Skip to content

zlib.ZStream.ReadAll

Andrew Lambert edited this page Dec 19, 2016 · 8 revisions

#zlib.ZStream.ReadAll

##Method Signature

 Function ReadAll(encoding As TextEncoding = Nil) As String

##Parameters

Name Type Comment
encoding TextEncoding Optional. The encoding of the decompressed data

##Return value The entirety of the decompressed stream. If the entire decompressed stream will not fit in memory then an OutOfMemoryException will be raised.

##Notes Reads and decompresses the stream from the current position until EOF.

##See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally