|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sshtools.j2ssh.transport.compression.Zlib
This class will implement the zlib compression for SSH
Constructor Summary | |
Zlib()
Constructor for the Zlib object |
Method Summary | |
void |
init(int mode)
Description of the Method |
byte[] |
transform(byte[] data)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Zlib()
Method Detail |
public void init(int mode)
init
in interface SshCompression
mode
- Description of the Parameterpublic byte[] transform(byte[] data)
transform
in interface SshCompression
data
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |