| com.jcraft.jsch.Compression
All known Subclasses: com.jcraft.jsch.jcraft.Compression,
Compression | public interface Compression (Code) | | |
Method Summary | |
int | compress(byte[] buf, int start, int len) | void | init(int type, int level) | byte[] | uncompress(byte[] buf, int start, int[] len) |
DEFLATER | final public static int DEFLATER(Code) | | |
INFLATER | final public static int INFLATER(Code) | | |
compress | int compress(byte[] buf, int start, int len)(Code) | | |
init | void init(int type, int level)(Code) | | |
uncompress | byte[] uncompress(byte[] buf, int start, int[] len)(Code) | | |
|
|