blockSize64KB constant

int const blockSize64KB

64KB max block size for Lz4Codec.blockSize and Lz4Encoder.blockSize.

Implementation

static const int blockSize64KB = Lz4Constants.LZ4F_max64KB;