-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.ZStream.ReadAll
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
Function ReadAll(encoding As TextEncoding = Nil) As String
Name | Type | Comment |
---|---|---|
encoding | TextEncoding | Optional. The encoding of the decompressed data |
The entirety of the decompressed stream. If the entire decompressed stream will not fit in memory then an OutOfMemoryException
will be raised.
Reads and decompresses the stream from the current position until EOF.
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.