public class Compressor extends Object
| Constructor | Description |
|---|---|
Compressor() |
| Modifier and Type | Method | Description |
|---|---|---|
static long[] |
interpol_decode(byte[] data) |
Return an array containing the number sequence decompressed from data.
|
static byte[] |
interpol_encode(long[] data,
int begin,
int end) |
Return a byte array representing the compressed sequence
[data[begin]; data[end-1]]
|