ZlibWapi_CompressBound

Name

ZlibWapi_CompressBound — Estimates the size of buffer required to compress sourceLength bytes of data.

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.

Index

Click here here to view the latest version of this page online