public interface CompressionCodec
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compressBytes(byte[] header,
byte[] data) |
byte[] |
compressString(byte[] header,
String data) |
byte[] |
decompressToBytes(DataInputStream dais) |
String |
decompressToString(DataInputStream dais) |
byte[] compressBytes(byte[] header, byte[] data) throws IOException
IOExceptionbyte[] compressString(byte[] header, String data) throws IOException
IOExceptionString decompressToString(DataInputStream dais) throws IOException
IOExceptionbyte[] decompressToBytes(DataInputStream dais) throws IOException
IOExceptionCopyright © 2015 Apache Software Foundation. All Rights Reserved.