public class CompressionUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static Log |
logger |
Constructor and Description |
---|
CompressionUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
gzipCompress(byte[] message) |
static byte[] |
gzipCompress(java.lang.String message) |