blockSize property

int blockSize
final

The maximum size to use for blocks. The larger the block, the (slightly) better compression ratio. However, more memory is consumed for both compression and decompression. The default value is blockSize64KB.

Implementation

final int blockSize;