public interface ICompressor
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCompressPreauth() |
int |
compress(byte[] buf,
int start,
int len,
byte[] output) |
int |
getBufferSize() |
byte[] |
uncompress(byte[] buf,
int start,
int[] len) |