| Package | Description |
|---|---|
| org.apache.commons.compress.compressors.snappy |
Provides stream classes for the
Snappy
algorithm.
|
| Modifier and Type | Field and Description |
|---|---|
private FramedSnappyDialect |
FramedSnappyCompressorInputStream.dialect
The dialect to expect
|
| Modifier and Type | Method and Description |
|---|---|
static FramedSnappyDialect |
FramedSnappyDialect.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FramedSnappyDialect[] |
FramedSnappyDialect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FramedSnappyCompressorInputStream(java.io.InputStream in,
FramedSnappyDialect dialect)
Constructs a new input stream that decompresses snappy-framed-compressed data
from the specified input stream.
|
FramedSnappyCompressorInputStream(java.io.InputStream in,
int blockSize,
FramedSnappyDialect dialect)
Constructs a new input stream that decompresses snappy-framed-compressed data
from the specified input stream.
|