Module inflate_flags

Source

Constants§

TINFL_FLAG_COMPUTE_ADLER32
Should we calculate the adler32 checksum of the output data?
TINFL_FLAG_HAS_MORE_INPUT
There is more input that hasn’t been given to the decompressor yet.
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.