| Package | Description |
|---|---|
| com.hfg.util.io |
Various IO utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
GZIP.compress(byte[] inValue) |
static byte[] |
GZIP.compress(byte[] inValue,
int inOffset,
int inLength) |
static byte[] |
GZIP.compress(String inValue) |
static byte[] |
GZIP.uncompress(byte[] inValue) |
static String |
GZIP.uncompressToString(byte[] inValue) |
jataylor@hairyfatguy.com