-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.ZStream.Read
Andrew Lambert edited this page Aug 18, 2016
·
16 revisions
##Method Signature
Function Read(Count As Integer, encoding As TextEncoding = Nil) As String
##Parameters
Name | Type | Comment |
---|---|---|
Count | Integer | The number of compressed bytes to read |
encoding | TextEncoding | Optional. The encoding of the decompressed data |
##Return value
The decompressed data. If BufferedReading
is False
the the returned data may be significantly larger (or smaller, including zero) than count
.
##Notes
Reads Count
bytes from the compressed stream. The data are decompressed and then returned.
##See also
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.