public interface Compression
Modifier and Type | Field and Description |
---|---|
static int |
DEFLATER |
static int |
INFLATER |
Modifier and Type | Method and Description |
---|---|
byte[] |
compress(byte[] buf,
int start,
int[] len) |
void |
init(int type,
int level) |
byte[] |
uncompress(byte[] buf,
int start,
int[] len) |
static final int INFLATER
static final int DEFLATER