windowBits property

int windowBits
final

Recommended sliding LZ77 windows bit size. The encoder may reduce this value if the input is much smaller than the windows size. Range: BrotliOption.minWindowBits..BrotliOption.maxWindowBits. Default: BrotliOption.defaultWindowBits.

Implementation

final int windowBits;