Package-level declarations

Types

Link copied to clipboard
object Gzip

gzip (RFC 1952) framing over Deflate / Inflate, with the CRC-32 + ISIZE trailer. decompress also transparently accepts a bare zlib (RFC 1950) stream (some servers label a zlib stream Content-Encoding: deflate); that fallback is a small, clearly-marked extension.

Link copied to clipboard
object Zlib

zlib (RFC 1950) framing over Deflate / Inflate: a 2-byte CMF/FLG header and a big-endian Adler-32 trailer. This is the wrapper PNG IDAT and PDF FlateDecode use.