Type Alias tiff::decoder::stream::DeflateReader

source ·
pub type DeflateReader<R> = ZlibDecoder<R>;
Expand description

§READERS

§Deflate Reader

Aliased Type§

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