-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.Deflater.CompressBound
Andrew Lambert edited this page May 19, 2017
·
8 revisions
Function CompressBound(DataLength As UInt32) As UInt32
Computes the upper bound of the compressed size after deflation of DataLength
bytes given the current state and options of the compressor. This allows you to determine the maximum number of bytes that the algorithm might produce in a worst-case scenario.
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.