Struct image::png::inflate::Inflater
[-] [+]
[src]
pub struct Inflater<R> { // some fields omitted }
A DEFLATE compressed stream decoder.
Methods
impl<R: Read> Inflater<R>
fn new(r: R) -> Inflater<R>
Create a new decoder that decodes from a Reader
fn eof(&self) -> bool
Indicate whether the end of the stream has been reached.
fn inner(&mut self) -> &mut R
Return a mutable reference to the wrapped Reader