public class ZipDir extends Object
Constructor and Description |
---|
ZipDir() |
Modifier and Type | Method and Description |
---|---|
static void |
unzip(File zipfile,
File directory) |
static void |
zip(File directory,
File zipfile) |
public static void zip(File directory, File zipfile) throws IOException
IOException
public static void unzip(File zipfile, File directory) throws IOException
IOException
Copyright © 2018. All rights reserved.