level property

int level
final

The compression-level or quality can be set in the range of BrotliOption.minLevel..BrotliOption.maxLevel. The higher the level, the slower the compression. Default: BrotliOption.defaultLevel.

Implementation

final int level;