Module miniz_oxide::inflate::stream
source · Expand description
Extra streaming decompression functionality.
As of now this is mainly intended 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