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