Constructor
Reusable exception thrown when a zip file cannot be decompressed
Decompress a chunk of input data
Release the resources used for decompression, and perform a consistency check
Begin processing of a compressed file
Object pool index, allows instances of this type to be stored in a pool.
Alias for encoding enum, to avoid public import.
Destructor. Makes sure the C-allocated stream is destroyed.
Starts decompression of a stream.
Ends decompression of a stream. Releases the C-allocated resources.
Decodes a chunk of data from the stream and passes the resulting decompressed data chunks to the provided output delegate. A single input chunk may invoke the output delegate several times.
Zlib decoder which supports both gzip and pkzip compressed streams.
Pkzip files are supported only if they contain a single file which is located at the start of the archive, and which contain a complete local file header record (that is, the length and CRC of that file are specified at the start of the archive).