Expand description
Flags to decompress()
to control how inflation works.
These define bits for a bitmask argument.
Constants§
- TINFL_
FLAG_ COMPUTE_ ADLE R32 - 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_ ADLE R32 - 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.