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.EZCompressionError. 
 
This is class ZLib.EZDecompressionError. 
 
This is class ZLib.EZLibError. 
 
Abstract ancestor class for compression streams. 
 
Compresses data as it is written to the stream. 
 
Decompresses data that was written to a TZCompressionStream object. 
Name 
Description 
This is constant ZLib._z_errmsg. 
This is constant ZLib.SZInvalid. 
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.ZLevels. 
This is constant ZLib.ZLIB_VERSION. 
 
Name 
Description 
 
This is function ZLib.adler32. 
 
This is function ZLib.deflate. 
 
This is function ZLib.deflateEnd. 
 
This is function ZLib.deflateInit_. 
 
This is function ZLib.DeflateInit2_. 
 
This is function ZLib.inflate. 
 
This is function ZLib.inflateEnd. 
 
This is function ZLib.inflateInit_. 
 
This is function ZLib.inflateInit2_. 
 
This is function ZLib.inflateReset. 
 
This is function ZLib.MoveI32. 
 
This is function ZLib.ZCompress. 
 
This is function ZLib.ZCompress. 
 
This is function ZLib.ZCompressStr. 
 
This is function ZLib.ZCompressStr. 
 
This is function ZLib.ZCompressStream. 
 
This is function ZLib.ZCompressStream. 
 
This is function ZLib.ZDecompress. 
 
This is function ZLib.ZDecompressStr. 
 
This is function ZLib.ZDecompressStream. 
 
This is function ZLib.zlibAllocMem. 
 
This is function ZLib.zlibFreeMem. 
 
This is function ZLib.ZSendToBrowser. 
 
Name 
Description 
 
TCompressionLevel indicates the type of compression algorithm to be used when creating a compressed data stream. 
 
This is record ZLib.TZCompressionLevel. 
 
This is record ZLib.TZStreamRec. 
Name 
Description 
Compresses data as it is written to the stream. 
This is type ZLib.TCustomZLibStream. 
Decompresses data that was written to a TZCompressionStream object. 
This is type ZLib.TZAlloc. 
This is type ZLib.TZFree. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!