Skip to content

BZip2.BZ2Stream.EOF

Andrew Lambert edited this page Nov 27, 2022 · 3 revisions

Method Signature

 Function EOF() As Boolean Implements Readable.EOF

Return value

Returns True if the compressed stream has no more data. If the stream is not opened for reading/decompression then this method will always return False.

See also

Clone this wiki locally