-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.Deflater.Constructor
Andrew Lambert edited this page Jun 11, 2018
·
12 revisions
Sub Constructor(CompressionLevel As Integer = zlib.Z_DEFAULT_COMPRESSION, CompressionStrategy As Integer = zlib.Z_DEFAULT_STRATEGY, Encoding As Integer = zlib.DEFLATE_ENCODING, MemoryLevel As Integer = zlib.DEFAULT_MEM_LVL)
Sub Constructor(CopyStream As zlib.Deflater)
Name | Type | Comment |
---|---|---|
CompressionLevel | Integer | Optional. The compression level for the output. Valid levels are 0 (none), or 1 (fast) to 9 (best) |
CompressionStrategy | Integer | Optional. The compression strategy for the output. |
Encoding | Integer | Optional. The type of compression. |
MemoryLevel | Integer | Optional. The memory level. |
Name | Type | Comment |
---|---|---|
CopyStream | zlib.Deflater | An instance of Deflater to duplicate |
Constructs a new Deflater, or duplicates an existing Deflater.
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.