Modifier and Type | Field and Description |
---|---|
(package private) AbstractSnappyInputStream.FrameAction |
AbstractSnappyInputStream.FrameMetaData.frameAction |
Modifier and Type | Method and Description |
---|---|
static AbstractSnappyInputStream.FrameAction |
AbstractSnappyInputStream.FrameAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSnappyInputStream.FrameAction[] |
AbstractSnappyInputStream.FrameAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FrameMetaData(AbstractSnappyInputStream.FrameAction frameAction,
int length) |