Companion

object Companion

Properties

Link copied to clipboard

Sentinel meaning "use the algorithm's default window (15 bits / 32 KB)". The internal sizeLog2 of Default is 0 — do not read it directly; always go through resolveWindowBits.

Link copied to clipboard

Largest window (32 KB) — also the algorithm default.

Link copied to clipboard

Smallest window supported by zlib's deflateInit2 (512 bytes).

Functions

Link copied to clipboard
operator fun invoke(sizeLog2: Int): WindowBits

Constructs a WindowBits of the given log2 size. Only 9..15 is valid; other values throw IllegalArgumentException.