|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.util.zip.AbstractUnzipper
public abstract class AbstractUnzipper
| Field Summary | |
|---|---|
protected java.io.File |
destDir
|
| Constructor Summary | |
|---|---|
AbstractUnzipper()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.confluence.util.zip.Unzipper |
|---|
entries, unzip, unzipFileInArchive |
| Field Detail |
|---|
protected java.io.File destDir
| Constructor Detail |
|---|
public AbstractUnzipper()
| Method Detail |
|---|
protected java.io.File saveEntry(java.io.InputStream is,
java.util.zip.ZipEntry entry)
throws java.io.IOException
java.io.IOException
protected java.util.zip.ZipEntry[] entries(java.util.zip.ZipInputStream zis)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||