public class ZipUtils
extends Object
| Constructor and Description |
|---|
ZipUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
toGzip(byte[] bytes) |
static boolean |
zipDirectory(String srcDir,
String destDir,
String zipFileName) |