public class ZipUtil extends Object
| Constructor and Description |
|---|
ZipUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<URL> |
unzip(URI zipFile,
Path targetPath)
Unzips the specified zip file to the specified destination directory.
|
public static List<URL> unzip(URI zipFile, Path targetPath) throws IOException, URISyntaxException
zipFilename - the name of the zip file to extractdestFilename - the directory to unzip toIOExceptionURISyntaxExceptionCopyright © 2016. All rights reserved.