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
IOException
public boolean unzip(String fromStr, String toStr, boolean remove) throws IOException
IOException
public void unzip(InputStream fromIs, File toFolder, ProgressListener progressListener) throws IOException
progressListener
- updates not in percentage but the number of bytes already read.IOException
Copyright © 2012–2020. All rights reserved.