public interface Compression
static int
DEFLATER
INFLATER
byte[]
compress(byte[] buf, int start, int[] len)
void
init(int type, int level)
uncompress(byte[] buf, int start, int[] len)
static final int INFLATER
static final int DEFLATER
void init(int type, int level)
byte[] compress(byte[] buf, int start, int[] len)
byte[] uncompress(byte[] buf, int start, int[] len)