public class Compression extends Object
| Constructor and Description |
|---|
Compression() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compress(int alg,
byte[][] sbuf,
int[] sstart,
int[] slen,
byte[] dbuf,
int dstart) |
static int |
uncompress(int alg,
byte[] sbuf,
int sstart,
int slen,
byte[] dbuf,
int dstart) |
Copyright © 2017. All Rights Reserved.