public class Unzip extends Object
Constructor and Description |
---|
Unzip() |
Modifier and Type | Method and Description |
---|---|
static String[] |
unzip(String zipFilePath,
String destDirectory) |
public static String[] unzip(String zipFilePath, String destDirectory) throws IOException
zipFilePath
- input zip file pathdestDirectory
- output directory for storing extracted filesIOException