Package | Description |
---|---|
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.ByteConsumer |
FramedSnappyCompressorOutputStream.consumer |
private ByteUtils.ByteConsumer |
SnappyCompressorOutputStream.consumer |
Modifier and Type | Class and Description |
---|---|
static class |
ByteUtils.OutputStreamByteConsumer
ByteUtils.ByteConsumer based on OutputStream . |
Modifier and Type | Method and Description |
---|---|
static void |
ByteUtils.toLittleEndian(ByteUtils.ByteConsumer consumer,
long value,
int length)
Provides the given value to the given consumer as a little endian
sequence of the given length.
|