-
-
Notifications
You must be signed in to change notification settings - Fork 4
zlib.ZStream.Open
Andrew Lambert edited this page Aug 17, 2015
·
22 revisions
##Method Signature
Shared Function Create(InputStream As Readable) As zlib.ZStream##Parameters
| Name | Type | Comment |
|---|---|---|
| InputStream | Readable | The existing deflate stream to open |
##Notes Opens an existing deflate stream for reading.
##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.