Skip to content

zlib.ZStream.ReadLine

Andrew Lambert edited this page Mar 15, 2017 · 10 revisions

#zlib.ZStream.ReadLine

Method Signature

 Function ReadLine(encoding As TextEncoding = Nil, EOL As String = "") As String

Parameters

Name Type Comment
encoding TextEncoding Optional. The encoding of the decompressed data
EOL String Optional. The EOL character sequence to use in lieu of the target platform sequence

Return value

The next line of decompressed text, including the EOL sequence.

Notes

Reads one line of decompressed text from the compressed stream. ZStream.BufferedReading MUST be True otherwise an IOException will be raised.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally