Uses of Enum Class
org.xerial.snappy.SnappyFramedInputStream.FrameAction
Packages that use SnappyFramedInputStream.FrameAction
-
Uses of SnappyFramedInputStream.FrameAction in org.xerial.snappy
Fields in org.xerial.snappy declared as SnappyFramedInputStream.FrameActionModifier and TypeFieldDescription(package private) final SnappyFramedInputStream.FrameAction
SnappyFramedInputStream.FrameMetaData.frameAction
Methods in org.xerial.snappy that return SnappyFramedInputStream.FrameActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SnappyFramedInputStream.FrameAction[]
SnappyFramedInputStream.FrameAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.xerial.snappy with parameters of type SnappyFramedInputStream.FrameActionModifierConstructorDescriptionFrameMetaData
(SnappyFramedInputStream.FrameAction frameAction, int length)