Package | Description |
---|---|
org.xerial.snappy |
Snappy API for compressing/decompressing data.
|
Modifier and Type | Field and Description |
---|---|
(package private) SnappyFramedInputStream.FrameAction |
SnappyFramedInputStream.FrameMetaData.frameAction |
Modifier and Type | Method and Description |
---|---|
static SnappyFramedInputStream.FrameAction |
SnappyFramedInputStream.FrameAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SnappyFramedInputStream.FrameAction[] |
SnappyFramedInputStream.FrameAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FrameMetaData(SnappyFramedInputStream.FrameAction frameAction,
int length) |