Skip to content

LZMA.CompressBound

Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

LZMA.CompressBound

Method Signature

 Protected Function CompressBound(UncompressedSize As UInt32) As UInt32

Remarks

Returns the upper bound of the compressed size after compression of UncompressedSize bytes.

Clone this wiki locally