public class ZipUtil
extends java.lang.Object
| Constructor and Description |
|---|
ZipUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
extract(java.io.InputStream is,
java.io.File outputFolder)
Extracts content of Zip file to specified output path.
|
public static void extract(java.io.InputStream is,
java.io.File outputFolder)
throws java.io.IOException
is - InputStream InputStream of Zip fileoutputFolder - folder where Zip file should be extracted tojava.io.IOException - if IOException occurs