postfixBits property

int? postfixBits
final

Recommended number of postfix bits. Encode may change this value. Range: BrotliOption.minPostfixBits..BrotliOption.maxPostfixBits. Default: nil (dynamically computed).

Implementation

final int? postfixBits;