|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jcraft.jsch.jcraft.Compression
Field Summary |
Fields inherited from interface com.jcraft.jsch.Compression |
DEFLATER, INFLATER |
Constructor Summary | |
Compression()
|
Method Summary | |
int |
compress(byte[] buf,
int start,
int len)
|
void |
init(int type,
int level)
|
byte[] |
uncompress(byte[] buffer,
int start,
int[] length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Compression()
Method Detail |
public void init(int type, int level)
init
in interface Compression
public int compress(byte[] buf, int start, int len)
compress
in interface Compression
public byte[] uncompress(byte[] buffer, int start, int[] length)
uncompress
in interface Compression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |