-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.ZStream.Open
Andrew Lambert edited this page Mar 21, 2017
·
22 revisions
Shared Function Open(InputStream As Readable, Encoding As Integer = zlib.Z_DETECT) As zlib.ZStream
Shared Function Open(InputStream As FolderItem, Encoding As Integer = zlib.Z_DETECT) As zlib.ZStream
Name | Type | Comment |
---|---|---|
InputStream | Readable, FolderItem | The existing deflate stream to open |
Encoding | Integer | Optional. The type of compression. |
Opens an existing compressed file or readable stream for decompression.
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.