Struct image::png::zlib::ZlibDecoder   
            
                [−]
            
        [src]
pub struct ZlibDecoder<R> {
    // some fields omitted
}A Zlib compressed stream decoder.
Methods
impl<R: Read> ZlibDecoder<R>
fn new(r: R) -> ZlibDecoder<R>
Create a new decoder that decodes from a Reader
fn inner(&mut self) -> &mut R
Return a mutable reference to the wrapped Reader