Module fflate

Module fflate 

Source
Expand description

Flate decompression (gzip, inflate, inflate-raw)

Enums§

FFlateError
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