Package | Description |
---|---|
org.apache.commons.compress.compressors.lz4 |
Provides stream classes for the
LZ4
algorithm.
|
Modifier and Type | Field and Description |
---|---|
static FramedLZ4CompressorOutputStream.Parameters |
FramedLZ4CompressorOutputStream.Parameters.DEFAULT
The default parameters of 4M block size, enabled content
checksum, disabled block checksums and independent blocks.
|
private FramedLZ4CompressorOutputStream.Parameters |
FramedLZ4CompressorOutputStream.params |
Constructor and Description |
---|
FramedLZ4CompressorOutputStream(java.io.OutputStream out,
FramedLZ4CompressorOutputStream.Parameters params)
Constructs a new output stream that compresses data using the
LZ4 frame format using the given block size.
|