Skip to content

BZip2.BZ2Stream.ReadLine

Andrew Lambert edited this page Feb 1, 2023 · 1 revision

BZip2.BZ2Stream.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. BZ2Stream.BufferedReading MUST be True otherwise an IOException will be raised.

See also

Clone this wiki locally