Utility Functions
Previous  Top  Next

The following 10 functions are Utility functions of the XbZLib DLL, that are used by the XbZLibZip() Class, which can of course also be used for other purposes.

The following Utility functions are implemented in the file "XbZLib.prg":

XbZ_CRC32()
-->
Calculate the CRC of a string.
XbZ_DateTime2FatTimeDate()
-->
Convert Date and Time to FAT_TimeDate.
XbZ_DeRef()
-->
Get String from Pointer.
XbZ_DosAttrib2FileAttrib()
-->
Convert DOS File Attribute to File Attribute.
XbZ_FatTimeDate2DateTime()
-->
Convert FAT_TimeDate to Date and Time Array.
XbZ_FileAttrib2DosAttrib()
-->
Convert File Attribute to DOS File Attribute.
XbZ_Num2Binary()
-->
Convert a Number to its Binary representation.
XbZ_Num2Hex()
-->
Convert a Number to its Hexadecimal representation.
XbZ_Version()
-->
Retrieve XbZLib.DLL Version.
XbZ_ZLibVersion()
-->
Retrieve ZLib.DLL Version.