public class Unzipper extends Object
| Constructor and Description |
|---|
Unzipper() |
| Modifier and Type | Method and Description |
|---|---|
void |
unzip(InputStream fromIs,
File toFolder,
ProgressListener progressListener) |
void |
unzip(String from,
boolean remove) |
boolean |
unzip(String fromStr,
String toStr,
boolean remove) |
public void unzip(String from, boolean remove) throws IOException
IOExceptionpublic boolean unzip(String fromStr, String toStr, boolean remove) throws IOException
IOExceptionpublic void unzip(InputStream fromIs, File toFolder, ProgressListener progressListener) throws IOException
progressListener - updates not in percentage but the number of bytes already read.IOExceptionCopyright © 2012–2018. All rights reserved.