ZlibWapi_CompressBound
Description
Function ZlibWapi_CompressBound% (
sourceLength%
)
Estimates the size of buffer required to compress sourceLength bytes of data.
Parameters
- sourceLength
The size of the buffer (in bytes) to compress.
Return Values
The maximum size a buffer of sourceLength bytes would be after compression.