public class ZipUtil extends Object
| Constructor and Description |
|---|
ZipUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
unzipArchive(File archive,
File outputDir) |
static void |
zipDir(String zipFileName,
String dir) |
public static void zipDir(String zipFileName, String dir) throws IOException
zipFileName - zipFileNamedir - the dir to compressIOExceptionCopyright © 2017. All Rights Reserved.