Skip to content
Andrew Lambert edited this page Aug 18, 2016 · 16 revisions

#zlib.ZStream.Read

##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

Entry-level points of interest denoted by "☜"



Clone this wiki locally