Uses of Class
org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
-
Uses of FramedLZ4CompressorOutputStream.Parameters in org.apache.commons.compress.compressors.lz4
Modifier and TypeFieldDescriptionstatic final FramedLZ4CompressorOutputStream.Parameters
FramedLZ4CompressorOutputStream.Parameters.DEFAULT
The default parameters of 4M block size, enabled content checksum, disabled block checksums and independent blocks.ModifierConstructorDescriptionFramedLZ4CompressorOutputStream
(OutputStream out, FramedLZ4CompressorOutputStream.Parameters params) Constructs a new output stream that compresses data using the LZ4 frame format using the given block size.