Package com.jcraft.jsch
Interface Compression
-
public interface Compression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
compress(byte[] buf, int start, int[] len)
void
init(int type, int level)
byte[]
uncompress(byte[] buf, int start, int[] len)
-
-
-
Field Detail
-
INFLATER
static final int INFLATER
- See Also:
- Constant Field Values
-
DEFLATER
static final int DEFLATER
- See Also:
- Constant Field Values
-
-