largeWindow property
Flag that determines if "Large Window Brotli" is used.
If set to true
, then the LZ-Window can be set up to 30-bits but the
result will not be RFC7932 compliant.
Default: false
.
Implementation
final bool largeWindow;
Flag that determines if "Large Window Brotli" is used.
If set to true
, then the LZ-Window can be set up to 30-bits but the
result will not be RFC7932 compliant.
Default: false
.
final bool largeWindow;