ZLib GZip-related Functions
Previous  Top  Next

The following 17 functions are simply Wrappers for the GZip-related functions of the ZLib DLL, and are not used by the XbZLibZip() Class. They are therefore not described in any kind of detail. The ZLib documentation in the "Manual.htm" should be consulted for more detailed information.

The following GZip-Wrapper functions are implemented in the file "XbZLib.prg":

·XbZ_GzClose()  
·XbZ_GzCRC32()  
·XbZ_GzDOpen()  
·XbZ_GzEoF()  
·XbZ_GzError()  
·XbZ_GzFlush()  
·XbZ_GzGetC()  
·XbZ_GzGetS()  
·XbZ_GzOpen()  
·XbZ_GzPutC()  
·XbZ_GzPutS()  
·XbZ_GzRead()  
·XbZ_GzReWind()  
·XbZ_GzSeek()  
·XbZ_GzSetParams()  
·XbZ_GzTell()  
·XbZ_GzWrite()