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