|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.ssh.transport.compression.Compression
com.jscape.inet.ssh.transport.compression.NullCompression
public final class NullCompression
Null compression.
Field Summary | |
---|---|
static java.lang.String |
ALGORITHM
SSH compression algorithm name |
Fields inherited from class com.jscape.inet.ssh.transport.compression.Compression |
---|
COMPRESS_MODE, DECOMPRESS_MODE |
Constructor Summary | |
---|---|
NullCompression()
|
Method Summary | |
---|---|
byte[] |
update(byte[] data)
Simply copies incoming data to outgoing. |
byte[] |
update(byte[] buffer,
int offset,
int len)
|
Methods inherited from class com.jscape.inet.ssh.transport.compression.Compression |
---|
getAlgorithm, getMode, init, isInitialized |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ALGORITHM
Constructor Detail |
---|
public NullCompression()
Method Detail |
---|
public byte[] update(byte[] data)
update
in class Compression
data
- the data to process.
public byte[] update(byte[] buffer, int offset, int len)
update
in class Compression
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |