Interface SshCompression
-
public interface SshCompression
- Version:
- $Revision: 1.18 $
- Author:
- $author$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
compress(byte[] data, int start, int len)
void
init(int type, int level)
byte[]
uncompress(byte[] data, 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
-
-