com.jcraft.jsch

Interface Compression

public interface Compression

Field Summary
static intDEFLATER
static intINFLATER
Method Summary
intcompress(byte[] buf, int start, int len)
voidinit(int type, int level)
byte[]uncompress(byte[] buf, int start, int[] len)

Field Detail

DEFLATER

public static final int DEFLATER

INFLATER

public static final int INFLATER

Method Detail

compress

public int compress(byte[] buf, int start, int len)

init

public void init(int type, int level)

uncompress

public byte[] uncompress(byte[] buf, int start, int[] len)