level property

int level
final

The compression-level can be set in the range of -[ZstdConstants.ZSTD_TARGETLENGTH_MAX]..22, with ZstdOption.defaultLevel being the default compression level.

Implementation

final int level;