Skip to content
Andrew Lambert edited this page Nov 26, 2022 · 9 revisions

zlib.CompressBound

Method Signatures

 Function CompressBound(DataLength As UInt32) As UInt32

Remarks

Computes the upper bound of the compressed size after deflation of DataLength bytes. This allows you to determine the maximum number of bytes that the algorithm might produce in a worst-case scenario.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally