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