| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jcraft.jsch.jcraft.CompressionFields inherited from interface com.jcraft.jsch.Compression | |
DEFLATER, INFLATER | |
Constructor Summary | |
Method Summary | |
int |
|
void |
|
byte[] |
|
public int compress(byte[] buf,
int start,
int len)
- Specified by:
- compress in interface Compression
public byte[] uncompress(byte[] buffer,
int start,
int[] length)
- Specified by:
- uncompress in interface Compression