public abstract class AbstractUnzipper extends Object implements Unzipper
| Modifier and Type | Field and Description |
|---|---|
protected File |
destDir |
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
AbstractUnzipper() |
| Modifier and Type | Method and Description |
|---|---|
void |
conditionalUnzip() |
protected ZipEntry[] |
entries(ZipInputStream zis) |
protected File |
saveEntry(InputStream is,
ZipEntry entry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitentries, unzip, unzipFileInArchiveprotected static org.slf4j.Logger log
protected File destDir
protected File saveEntry(InputStream is, ZipEntry entry) throws IOException
IOExceptionprotected ZipEntry[] entries(ZipInputStream zis) throws IOException
IOExceptionpublic void conditionalUnzip()
throws IOException
conditionalUnzip in interface UnzipperIOExceptionCopyright © 2019 Atlassian. All rights reserved.