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