Skip to content
Andrew Lambert edited this page Feb 8, 2023 · 12 revisions

Method Signatures

 Function EOF() As Boolean Implements Readable.EOF
 Private Function EndOfFile() As Boolean Implements Readable.EndOfFile ' Xojo 2019r2 and newer

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

Entry-level points of interest denoted by "☜"



Clone this wiki locally