com.sshtools.zlib
Class OpenSSHZLibCompression

java.lang.Object
  extended by com.sshtools.zlib.ZLibCompression
      extended by com.sshtools.zlib.OpenSSHZLibCompression
All Implemented Interfaces:
SshCompression

public class OpenSSHZLibCompression
extends ZLibCompression


Field Summary
 
Fields inherited from interface com.maverick.ssh.compression.SshCompression
DEFLATER, INFLATER
 
Constructor Summary
OpenSSHZLibCompression()
           
 
Method Summary
 String getAlgorithm()
           
 
Methods inherited from class com.sshtools.zlib.ZLibCompression
compress, init, uncompress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenSSHZLibCompression

public OpenSSHZLibCompression()
Method Detail

getAlgorithm

public String getAlgorithm()
Specified by:
getAlgorithm in interface SshCompression
Overrides:
getAlgorithm in class ZLibCompression


Copyright © 2012. All Rights Reserved.