public interface Unzipper
| Modifier and Type | Method and Description |
|---|---|
void |
conditionalUnzip() |
java.util.zip.ZipEntry[] |
entries() |
void |
unzip() |
java.io.File |
unzipFileInArchive(java.lang.String fileName) |
void unzip()
throws java.io.IOException
java.io.IOExceptionvoid conditionalUnzip()
throws java.io.IOException
java.io.IOExceptionjava.io.File unzipFileInArchive(java.lang.String fileName)
throws java.io.IOException,
java.io.FileNotFoundException
java.io.IOExceptionjava.io.FileNotFoundExceptionjava.util.zip.ZipEntry[] entries()
throws java.io.IOException
java.io.IOExceptionCopyright © 2013 Atlassian. All Rights Reserved.