| Constructor and Description |
|---|
Unzipper(ZipFile zipFile,
File toDir)
Instantiates a new unzipper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
extractZipEntry(ZipFile zipFile,
ZipEntry target,
File toDirectory)
Extract zip entry.
|
void |
unzip()
Unzip.
|
void |
unzip(ZipFile zipFile,
File toDir)
Unzip.
|
public void extractZipEntry(ZipFile zipFile, ZipEntry target, File toDirectory) throws IOException
zipFile - the zip filetarget - the targettoDirectory - the to directoryIOException - Signals that an I/O exception has occurred.public void unzip()
throws IOException
IOException - Signals that an I/O exception has occurred.public void unzip(ZipFile zipFile, File toDir) throws IOException
zipFile - the zip filetoDir - the to dirIOException - Signals that an I/O exception has occurred.Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.