public static class ICompressor.GZIPCompress extends Object
| Constructor and Description |
|---|
GZIPCompress() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
compress(byte[] data) |
static byte[] |
uncompress(byte[] data) |
public static byte[] compress(byte[] data)
throws IOException
IOExceptionpublic static byte[] uncompress(byte[] data)
throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.