public interface SshCompression
Modifier and Type | Field and Description |
---|---|
static int |
DEFLATER |
static int |
INFLATER |
Modifier and Type | Method and Description |
---|---|
byte[] |
compress(byte[] data,
int start,
int len) |
void |
init(int type,
int level) |
byte[] |
uncompress(byte[] data,
int start,
int len) |
static final int INFLATER
static final int DEFLATER
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.