All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.commons.compress.compressors.snappy.package.html Maven / Gradle / Ivy

Go to download

Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE and ar, cpio, jar, tar, zip, dump, 7z, arj.

The newest version!


  
    

Provides stream classes for decompressing streams using the Snappy algorithm.

The raw Snappy format which only contains the compressed data is supported by the SnappyCompressorInputStream class while the so called "framing format" is implemented by FramedSnappyCompressorInputStream. Note there have been different versions of the fraing format specification, the implementation in Commons Compress is based on the specification "Last revised: 2013-10-25".

Only the "framing format" can be auto-detected this means you have to speficy the format explicitly if you want to read a "raw" Snappy stream via CompressorStreamFactory.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy