| Package | Description | 
|---|---|
| org.apache.commons.compress.compressors.snappy | Provides stream classes for the
      Snappy
      algorithm. | 
| Modifier and Type | Method and Description | 
|---|---|
| static FramedSnappyDialect | FramedSnappyDialect. valueOf(String name)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. | 
| Constructor and Description | 
|---|
| FramedSnappyCompressorInputStream(InputStream in,
                                 FramedSnappyDialect dialect)Constructs a new input stream that decompresses snappy-framed-compressed data
 from the specified input stream. | 
| FramedSnappyCompressorInputStream(InputStream in,
                                 int blockSize,
                                 FramedSnappyDialect dialect)Constructs a new input stream that decompresses snappy-framed-compressed data
 from the specified input stream. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.