public class FileUnzipper extends AbstractUnzipper
| Constructor and Description |
|---|
FileUnzipper(File zipFile,
File destDir) |
| Modifier and Type | Method and Description |
|---|---|
ZipEntry[] |
entries() |
void |
unzip()
Unzips all files in the archive
|
File |
unzipFileInArchive(String fileName)
Specify a specific file inside the archive to extract
|
conditionalUnzip, entries, saveEntrypublic void unzip()
throws IOException
ExceptionIOExceptionpublic ZipEntry[] entries() throws IOException
IOExceptionpublic File unzipFileInArchive(String fileName) throws IOException
fileName - IOExceptionCopyright © 2014 Atlassian. All rights reserved.