Compression Functions
Previous  Top  Next

The following 3 functions are Wrappers for the Compress and Un-Compress-related functions of the ZLib DLL, that are used by the XbZLibZip() Class. The ZLib documentation in the "Manual.htm" can be consulted for more detailed information.

The following enhanced Compress and Un-Compress Wrapper functions are implemented in the file "XbZLib.prg":

XbZ_Compress()
-->
Compress (Deflate) a string with the Default Compression Level.
XbZ_Compress2()
-->
Compress (Deflate) a string with the variable Compression Level.
XbZ_UnCompress()
-->
Un-Compress (Inflate) a string.