Icon TCompressionFormat

Unit: WebSrvr

TCompressionFormat = (cfZlib,cfGZip)

Available In: Server Applications

The TCompressionFormat enumerated type is used to specify the type of compression to use with the TStream Compress and Decompress methods.

ElementDescription
cfGZipSpecifies that the indicated portion of the stream should be compressed using the GZip format (Deflate compression algorithm with a special GZip header).
cfZlibSpecifies that the indicated portion of the stream should be compressed using the ZLib format (Deflate compression algorithm with special ZLib header/footer).
Image