public class ZipUtil extends Object
| Constructor and Description |
|---|
ZipUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
extract(InputStream is,
File outputFolder)
Extracts content of Zip file to specified output path.
|
public static void extract(InputStream is, File outputFolder) throws IOException
is - InputStream InputStream of Zip fileoutputFolder - folder where Zip file should be extracted toIOExceptionCopyright © 2014. All Rights Reserved.