public class UnzipUtility extends Object
| Constructor and Description |
|---|
UnzipUtility() |
| Modifier and Type | Method and Description |
|---|---|
void |
unzip(String zipFilePath,
String destDirectory)
Unzip folders and files seperately
|
public void unzip(String zipFilePath, String destDirectory) throws IOException
zipFilePath - file path of the zip filedestDirectory - file path of the destination directoryIOException - exception if an error occurs when compressingCopyright © 2020 WSO2. All rights reserved.