-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.ZStream.Read
Andrew Lambert edited this page Dec 19, 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 bytes to read |
encoding | TextEncoding | Optional. The encoding of the decompressed data |
##Return value The decompressed data.
##Notes
This method reads from the compressed stream. If BufferedReading
is True
(the default) then this method will read as many compressed bytes as are necessary to produce count
decompressed bytes. Otherwise, exactly count
compressed bytes are read and decompressed.
##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.