|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mindbright.ssh.SSHCompressor
com.mindbright.ssh.SSHCompressorZLib
| Field Summary |
| Fields inherited from class com.mindbright.ssh.SSHCompressor |
COMPRESS_MODE, UNCOMPRESS_MODE |
| Constructor Summary | |
SSHCompressorZLib()
|
|
| Method Summary | |
void |
compress(SSHPduOutputStream pdu)
|
void |
init(int mode,
int level)
|
long |
numOfCompressedBytes()
|
long |
numOfUncompressedBytes()
|
void |
uncompress(SSHPduInputStream pdu)
|
| Methods inherited from class com.mindbright.ssh.SSHCompressor |
getInstance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SSHCompressorZLib()
| Method Detail |
public void init(int mode,
int level)
init in class SSHCompressor
public void compress(SSHPduOutputStream pdu)
throws SSHCompressionException
compress in class SSHCompressorSSHCompressionException
public void uncompress(SSHPduInputStream pdu)
throws SSHCompressionException
uncompress in class SSHCompressorSSHCompressionExceptionpublic long numOfCompressedBytes()
numOfCompressedBytes in class SSHCompressorpublic long numOfUncompressedBytes()
numOfUncompressedBytes in class SSHCompressor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||