pub struct StreamingDecoder { /* fields omitted */ }
Expand description
PNG StreamingDecoder (low-level interface)
Creates a new StreamingDecoder
Allocates the internal buffers.
Resets the StreamingDecoder
Low level StreamingDecoder interface.
Allows to stream partial data to the encoder. Returns a tuple containing the
bytes that have been consumed from the input buffer and the current decoding
result.
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.