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 byte[] |
unGzip(byte[] gzippedContent) |
static java.lang.String |
unGzipToString(byte[] gzippedContent) |