The same as deflate, but creates raw data, without wrapper (header and adler32 crc).
The same as deflate, but create gzip wrapper instead of deflate one.
Decompress data with inflate/ungzip and options. Autodetect format via wrapper header by default. That's why we don't provide separate ungzip method.
The same as inflate, but creates raw data, without wrapper (header and adler32 crc).
Just shortcut to inflate, because it autodetects format by header.content. Done for convenience.
Generated using TypeDoc
Compress data with deflate algorithm and options.