Package com.jcraft.jsch
Interface Compression
- All Known Implementing Classes:
Compression
,Compression
public interface Compression
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INFLATER
static final int INFLATER- See Also:
-
DEFLATER
static final int DEFLATER- See Also:
-
-
Method Details
-
init
-
end
default void end() -
init
void init(int type, int level) -
compress
byte[] compress(byte[] buf, int start, int[] len) -
uncompress
byte[] uncompress(byte[] buf, int start, int[] len)
-