RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ZLib Namespace

This is namespace ZLib.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists functions in this documentation. 
The following table lists structs, records, enums in this documentation. 
The following table lists types in this documentation. 
The following table lists constants in this documentation. 
 
Name 
Description 
 
This is class ZLib.ECompressionError. 
 
This is class ZLib.EDecompressionError. 
 
This is class ZLib.EZlibError. 
 
Compresses data as it is written to the stream. 
 
Abstract ancestor class for compression streams. 
 
Decompresses data that was written to a TCompressionStream object. 
Name 
Description 
This is constant ZLib.Z_ASCII. 
This is constant ZLib.Z_BEST_COMPRESSION. 
This is constant ZLib.Z_BEST_SPEED. 
This is constant ZLib.Z_BINARY. 
This is constant ZLib.Z_BUF_ERROR. 
This is constant ZLib.Z_DATA_ERROR. 
This is constant ZLib.Z_DEFAULT_COMPRESSION. 
This is constant ZLib.Z_DEFAULT_STRATEGY. 
This is constant ZLib.Z_DEFLATED. 
This is constant ZLib.Z_ERRNO. 
This is constant ZLib.Z_FILTERED. 
This is constant ZLib.Z_FINISH. 
This is constant ZLib.Z_FULL_FLUSH. 
This is constant ZLib.Z_HUFFMAN_ONLY. 
This is constant ZLib.Z_MEM_ERROR. 
This is constant ZLib.Z_NEED_DICT. 
This is constant ZLib.Z_NO_COMPRESSION. 
This is constant ZLib.Z_NO_FLUSH. 
Z_OK 
This is constant ZLib.Z_OK. 
This is constant ZLib.Z_PARTIAL_FLUSH. 
This is constant ZLib.Z_STREAM_END. 
This is constant ZLib.Z_STREAM_ERROR. 
This is constant ZLib.Z_SYNC_FLUSH. 
This is constant ZLib.Z_UNKNOWN. 
This is constant ZLib.Z_VERSION_ERROR. 
This is constant ZLib.zlib_Version. 
 
Name 
Description 
 
This is function ZLib.CompressBuf. 
 
This is function ZLib.DecompressBuf. 
 
This is function ZLib.DecompressToUserBuf. 
 
This is function ZLib.deflate. 
 
This is function ZLib.deflateEnd. 
 
This is function ZLib.deflateInit_. 
 
This is function ZLib.inflate. 
 
This is function ZLib.inflateEnd. 
 
This is function ZLib.inflateInit_. 
 
This is function ZLib.inflateReset. 
 
This is function ZLib.zlibAllocMem. 
 
This is function ZLib.zlibFreeMem. 
 
Name 
Description 
 
TCompressionLevel indicates the type of compression algorithm to be used when creating a compressed data stream. 
 
This is record ZLib.TZStreamRec. 
Name 
Description 
This is type ZLib.TAlloc. 
This is type ZLib.TFree. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!