Package | Description |
---|---|
org.apache.commons.compress.compressors.lz4 |
Provides stream classes for the
LZ4
algorithm.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<BlockLZ4CompressorOutputStream.Pair> |
BlockLZ4CompressorOutputStream.pairs |
Modifier and Type | Method and Description |
---|---|
private BlockLZ4CompressorOutputStream.Pair |
BlockLZ4CompressorOutputStream.Pair.splitWithNewBackReferenceLengthOf(int newBackReferenceLength) |
private BlockLZ4CompressorOutputStream.Pair |
BlockLZ4CompressorOutputStream.writeBlocksAndReturnUnfinishedPair(int length) |
Modifier and Type | Method and Description |
---|---|
private void |
BlockLZ4CompressorOutputStream.Pair.prependTo(BlockLZ4CompressorOutputStream.Pair other) |