-
-
Notifications
You must be signed in to change notification settings - Fork 1
BZip2.BZ2Stream.Level
Andrew Lambert edited this page Feb 1, 2023
·
3 revisions
Dim Level As Integer ' read-only
Gets the compression level for the stream. Valid levels are Z_BEST_SPEED
(1) to Z_BEST_COMPRESSION
(9). 0
means no compression. The compression level controls the tradeoff between compression speed and compression ratio. Faster compression results in worse compression ratios.
The compression level is set when you create a BZ2Stream
and cannot be changed mid-stream.
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.