-
-
Notifications
You must be signed in to change notification settings - Fork 4
zlib.ZStream.Create
Andrew Lambert edited this page Aug 15, 2016
·
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 for writing. Compressed data will be written to the Output object.
##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.