Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Compression
Method Summary | |
int |
|
void |
|
byte[] |
|
public static final int DEFLATER
- Field Value:
- 1
public static final int INFLATER
- Field Value:
- 0
public int compress(byte[] buf, int start, int len)
public void init(int type, int level)
public byte[] uncompress(byte[] buf, int start, int[] len)