Module inflate_flags
Flags to [decompress()] to control how inflation works.
These define bits for a bitmask argument.
Constants
- TINFL_FLAG_COMPUTE_ADLER32 Calculate the adler32 checksum of the output data even if we're not inflating a zlib stream.
- TINFL_FLAG_HAS_MORE_INPUT There will be more input that hasn't been given to the decompressor yet.
- TINFL_FLAG_IGNORE_ADLER32 Ignore adler32 checksum even if we are inflating a zlib stream.
- TINFL_FLAG_PARSE_ZLIB_HEADER Should we try to parse a zlib header?
- TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF The output buffer should not wrap around.