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