public interface Unzipper
| Modifier and Type | Method and Description |
|---|---|
void |
conditionalUnzip() |
ZipEntry[] |
entries() |
void |
unzip() |
File |
unzipFileInArchive(String fileName) |
void unzip()
throws IOException
IOExceptionvoid conditionalUnzip()
throws IOException
IOExceptionFile unzipFileInArchive(String fileName) throws IOException, FileNotFoundException
IOExceptionFileNotFoundExceptionZipEntry[] entries() throws IOException
IOExceptionCopyright © 2014 Atlassian. All rights reserved.