Module miniz_oxide::inflate::stream [−][src]
Expand description
Extra streaming decompression functionality.
As of now this is mainly inteded for use to build a higher-level wrapper.
Structs
Full reset of the state, including zeroing memory.
A struct that compbines a decompressor with extra data for streaming decompression.
Resets state, without performing expensive ops (e.g. zeroing buffer)
Resets state and zero memory, continuing to use the same data format.
Traits
Tag that determines reset policy of InflateState
Functions
Try to decompress from input
to output
with the given InflateState