Package | Description |
---|---|
org.apache.commons.compress.compressors.snappy |
Provides stream classes for the
Snappy
algorithm.
|
Modifier and Type | Field and Description |
---|---|
private SnappyCompressorInputStream.State |
SnappyCompressorInputStream.state
Current state of the stream
|
Modifier and Type | Method and Description |
---|---|
static SnappyCompressorInputStream.State |
SnappyCompressorInputStream.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SnappyCompressorInputStream.State[] |
SnappyCompressorInputStream.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|