-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.ZStream.EOF
Andrew Lambert edited this page Feb 8, 2023
·
12 revisions
Function EOF() As Boolean Implements Readable.EOF
Private Function EndOfFile() As Boolean Implements Readable.EndOfFile ' Xojo 2019r2 and newer
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
.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.