| Package | Description |
|---|---|
| org.apache.commons.compress.compressors.lz4 |
Provides stream classes for the
LZ4
algorithm.
|
| org.apache.commons.compress.compressors.lz77support |
Provides utility classes for LZ77 based algorithms.
|
| org.apache.commons.compress.compressors.snappy |
Provides stream classes for the
Snappy
algorithm.
|
| org.apache.commons.compress.utils |
Contains utilities used internally by the compress library.
|
| Modifier and Type | Field and Description |
|---|---|
private ByteUtils.ByteSupplier |
FramedLZ4CompressorInputStream.supplier |
| Modifier and Type | Field and Description |
|---|---|
protected ByteUtils.ByteSupplier |
AbstractLZ77CompressorInputStream.supplier
Supplier that delegates to
AbstractLZ77CompressorInputStream.readOneByte(). |
| Modifier and Type | Field and Description |
|---|---|
private ByteUtils.ByteSupplier |
FramedSnappyCompressorInputStream.supplier |
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteUtils.InputStreamByteSupplier
ByteUtils.ByteSupplier based on InputStream. |
| Modifier and Type | Method and Description |
|---|---|
static long |
ByteUtils.fromLittleEndian(ByteUtils.ByteSupplier supplier,
int length)
Reads the given number of bytes from the given supplier as a little endian long.
|