com.sshtools.j2ssh.transport.compression
Interface SshCompression
public interface SshCompression
byte[] | compress(byte[] data, int start, int len)
|
void | init(int type, int level)
|
byte[] | uncompress(byte[] data, int start, int len)
|
DEFLATER
public static final int DEFLATER
INFLATER
public static final int INFLATER
compress
public byte[] compress(byte[] data,
int start,
int len)
init
public void init(int type,
int level)
uncompress
public byte[] uncompress(byte[] data,
int start,
int len)
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.