public class GzipUtils extends Object
| Constructor and Description |
|---|
GzipUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
compress(byte[] data) |
static byte[] |
uncompress(byte[] data) |
public static byte[] compress(byte[] data)
public static byte[] uncompress(byte[] data)
throws DataFormatException
DataFormatExceptionCopyright © 2025. All Rights Reserved.