- 
          
- 
        Couldn't load subscription status. 
- Fork 4
zlib.ZStream.ReadAll
        Andrew Lambert edited this page Aug 18, 2016 
        ·
        8 revisions
      
    ##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 until EOF.
##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.