Uses of Enum
org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
Packages that use FramedSnappyDialect
-
Uses of FramedSnappyDialect in org.apache.commons.compress.compressors.snappy
Methods in org.apache.commons.compress.compressors.snappy that return FramedSnappyDialectModifier 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.Constructors in org.apache.commons.compress.compressors.snappy with parameters of type FramedSnappyDialectModifierConstructorDescriptionFramedSnappyCompressorInputStream
(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.