-
-
Couldn't load subscription status.
- Fork 4
zlib.ZStream.Create
Andrew Lambert edited this page Aug 18, 2015
·
24 revisions
##Method Signature
Shared Function Create(Output As Writeable, CompressionLevel As Integer = zlib.Z_DEFAULT_COMPRESSION) As zlib.ZStream##Parameters
| Name | Type | Comment |
|---|---|---|
| Output | Writeable | Compressed output will be written to this object |
| CompressionLevel | Integer | Optional. The compression level for the stream. Valid levels are 1(fast) to 9(best) |
##Notes Creates a new deflate stream and opens it for writing.
##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.