PackageDescription: Compression-ZLib


Compression - Z Lib

Last published: December 21, 2005 by 'nice'

Defines 5 Classes
Extends 5 Classes


Contains classes to support compressing and decompressing zlib data streams.

The zlib library is included in the object engine to enable image decompression on loading. ZLibInterface provides the interface to the library. GZipReadStream and GZipWriteStream use ZLibInterface to provide the ability to decompress or compress a stream. See the class comments for futher details.

Further information about the zlib library can be found at, http://www.gzip.org/