-
-
Couldn't load subscription status.
- Fork 4
zlib.ZStream.Open
Andrew Lambert edited this page Nov 22, 2016
·
22 revisions
##Method Signatures
Shared Function Open(InputStream As Readable, WindowBits As Integer = zlib.Z_DETECT) As zlib.ZStream
Shared Function Open(Source As FolderItem, WindowBits As Integer = zlib.Z_DETECT) As zlib.ZStream##Parameters
###Open(Readable, Integer)
| Name | Type | Comment |
|---|---|---|
| InputStream | Readable | The existing deflate stream to open |
| WindowBits | Integer | Optional. The type of compression. |
###Open(FolderItem, Integer)
| Name | Type | Comment |
|---|---|---|
| Source | FolderItem | A compressed file to open |
| WindowBits | Integer | Optional. The type of compression. |
##Notes Opens an existing compressed file or readable stream for decompression.
##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.