Skip to content

zlib.Deflater.CompressBound

Andrew Lambert edited this page Mar 15, 2017 · 8 revisions

#zlib.Deflater.CompressBound

Method Signatures

 Function CompressBound(DataLength As UInt32) As UInt32

Notes

Computes the upper bound of the compressed size after deflation of DataLength bytes given the current state and options of the compressor.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally