| 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. DEFAULTThe default parameters of 4M block size, enabled content
 checksum, disabled block checksums and independent blocks. | 
| Constructor and Description | 
|---|
| FramedLZ4CompressorOutputStream(OutputStream out,
                               FramedLZ4CompressorOutputStream.Parameters params)Constructs a new output stream that compresses data using the
 LZ4 frame format using the given block size. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.