Module miniz_oxide::inflate::core::inflate_flags
source · Expand description
Flags to decompress()
to control how inflation works.
These define bits for a bitmask argument.
Constants§
- Calculate the adler32 checksum of the output data even if we’re not inflating a zlib stream.
- There will be more input that hasn’t been given to the decompressor yet.
- Ignore adler32 checksum even if we are inflating a zlib stream.
- Should we try to parse a zlib header?
- The output buffer should not wrap around.