-
-
Notifications
You must be signed in to change notification settings - Fork 1
BZip2.Compressor.Constructor
Andrew Lambert edited this page Nov 27, 2022
·
2 revisions
BZip2.Compressor.Constructor
Sub Constructor(BlockSize100K As Integer = BZip2.BZ_DEFAULT_COMPRESSION, Verbosity As Integer = 0, WorkFactor As Integer = 0)
Name | Type | Comment |
---|---|---|
BlockSize100K | Integer | Optional. The compression level for the output. Valid levels are 0 (none), or 1 (fast) to 9 (best) |
Verbosity | Integer | Optional. The debug verbosity. |
WorkFactor | Integer | Optional. The work factor. |
Constructs a new Compressor.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.