public class Gzip
extends java.lang.Object
| Constructor and Description |
|---|
Gzip() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
gzip(java.lang.String plainContent) |
static boolean |
isGzipped(byte[] content) |
static byte[] |
unGzip(byte[] gzippedContent) |
static java.lang.String |
unGzipToString(byte[] gzippedContent) |