public class SnappyCompression extends java.lang.Object implements ICompression
Constructor and Description |
---|
SnappyCompression() |
Modifier and Type | Method and Description |
---|---|
void |
decompressAndClose(java.io.InputStream input,
java.io.OutputStream output)
Uncompress the input stream and write to the output stream.
|
public void decompressAndClose(java.io.InputStream input, java.io.OutputStream output) throws java.io.IOException
ICompression
decompressAndClose
in interface ICompression
java.io.IOException