Uses of Enum
org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
-
Uses of FramedSnappyDialect in org.apache.commons.compress.compressors.snappy
Modifier and TypeMethodDescriptionstatic FramedSnappyDialect
Returns the enum constant of this type with the specified name.static FramedSnappyDialect[]
FramedSnappyDialect.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionFramedSnappyCompressorInputStream
(InputStream in, int blockSize, FramedSnappyDialect dialect) Constructs a new input stream that decompresses snappy-framed-compressed data from the specified input stream.Constructs a new input stream that decompresses snappy-framed-compressed data from the specified input stream.