|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Compression
| Field Summary | |
|---|---|
static int |
DEFLATER
|
static int |
INFLATER
|
| Method Summary | |
|---|---|
int |
compress(byte[] buf,
int start,
int len)
|
void |
init(int type,
int level)
|
byte[] |
uncompress(byte[] buf,
int start,
int[] len)
|
| Field Detail |
|---|
static final int INFLATER
static final int DEFLATER
| Method Detail |
|---|
void init(int type,
int level)
int compress(byte[] buf,
int start,
int len)
byte[] uncompress(byte[] buf,
int start,
int[] len)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||