Expand description
Extra streaming decompression functionality.
As of now this is mainly intended for use to build a higher-level wrapper.
Structs§
- Full
Reset - Full reset of the state, including zeroing memory.
- Inflate
State - A struct that compbines a decompressor with extra data for streaming decompression.
- MinReset
- Resets state, without performing expensive ops (e.g. zeroing buffer)
- Zero
Reset - Resets state and zero memory, continuing to use the same data format.
Traits§
- Reset
Policy - Tag that determines reset policy of InflateState
Functions§
- inflate
- Try to decompress from
input
tooutput
with the givenInflateState