Expand description
Flate decompression (gzip, inflate, inflate-raw)
Enums§
- FFlate
Error - Handles compression errors
Functions§
- decompress_
fflate - Expands compressed GZIP, Zlib/DEFLATE, or DEFLATE_RAW data, automatically detecting the format
- gunzip_
sync - Expands GZIP data
- inflate_
sync - Expands DEFLATE data with no wrapper
- unzlib_
sync - Expands Zlib data