pub type ZlibDecompressReader<R> = ProcessorReader<ZlibDecompress, R>;
Available on crate feature gzip only.
Expand description

ZlibDecompressReader is a struct that allows decompression of data using the Zlib format.

See GzipDecompressReader to learn how to use.

Aliased Type§

struct ZlibDecompressReader<R> { /* private fields */ }