Module fdeflate::decompress
source · Structs§
- The Decompressor state for a compressed block.
- Decompressor for arbitrary zlib streams.
Enums§
- An error encountered while decompressing a deflate stream given a bounded maximum output.
- An error encountered while decompressing a deflate stream.
- State 🔒
Constants§
Functions§
- Decompress the given data.
- Decompress the given data, returning an error if the output is larger than
maxlen
bytes.