public class UnzipUtility extends Object
| Constructor and Description |
|---|
UnzipUtility() |
| Modifier and Type | Method and Description |
|---|---|
void |
unzip(String zipFilePath,
String destDirectory)
Extracts a zip file specified by the zipFilePath to a directory specified by
destDirectory (will be created if does not exists)
|
public void unzip(String zipFilePath, String destDirectory) throws IOException
zipFilePath - destDirectory - IOExceptionCopyright © 2016–2020. All rights reserved.