Class FramedSnappyCompressorOutputStream

java.lang.Object
java.io.OutputStream
org.apache.commons.compress.compressors.CompressorOutputStream
org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

CompressorOutputStream for the framing Snappy format.

Based on the "spec" in the version "Last revised: 2013-10-25"

Since:
1.14
See Also:
This class is not thread-safe