Compression
public interface Compression
Modifier and Type | Method | 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