com.atlassian.confluence.util.zip
Class AbstractUnzipper
java.lang.Object
com.atlassian.confluence.util.zip.AbstractUnzipper
- All Implemented Interfaces:
- Unzipper
- Direct Known Subclasses:
- StreamUnzipper, UrlUnzipper
public abstract class AbstractUnzipper
- extends Object
- implements Unzipper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
destDir
protected File destDir
AbstractUnzipper
public AbstractUnzipper()
saveEntry
protected File saveEntry(InputStream is,
ZipEntry entry)
throws IOException
- Throws:
IOException
entries
protected ZipEntry[] entries(ZipInputStream zis)
throws IOException
- Throws:
IOException