public class GZIPHelper extends Object
| Constructor and Description |
|---|
GZIPHelper() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
unzip(byte[] value) |
static byte[] |
zip(byte[] value) |
public static byte[] zip(byte[] value)
throws IOException
IOExceptionpublic static byte[] unzip(byte[] value)
throws IOException
IOExceptionCopyright © 2021. All rights reserved.