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 © 2016 Apache Software Foundation. All rights reserved.