Skip to content

zlib.ZStream.ReadLine

Andrew Lambert edited this page Nov 26, 2022 · 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.

Remarks

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