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