xHarbour Reference Documentation > Function Reference |
Calculates the buffer size required for compression.
HB_CompressBufLen( <nUncompressedLen> )--> nDefaultBufLen
The function returns a numeric value which is the number of bytes a preallocated buffer must have to receive the compression result. This is required for the advanced form of HB_Compress().
See also: | HB_Compress() |
Category: | ZIP compression , xHarbour extensions |
Header: | HbCompress.ch |
Source: | rtl\hbcomprs.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com