public class ZipUtil extends Object
| Constructor and Description |
|---|
ZipUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
unzip(Path archive,
Path destination)
Unzips
archive into destination. |
public static void unzip(Path archive, Path destination) throws IOException
archive into destination.archive - zip archive to unzipdestination - target root for unzippingIOException - when I/O error occursCopyright © 2019. All rights reserved.