public class FileUnzipper extends AbstractUnzipper
| Constructor and Description |
|---|
FileUnzipper(java.io.File zipFile,
java.io.File destDir) |
| Modifier and Type | Method and Description |
|---|---|
java.util.zip.ZipEntry[] |
entries() |
void |
unzip()
Unzips all files in the archive
|
java.io.File |
unzipFileInArchive(java.lang.String fileName)
Specify a specific file inside the archive to extract
|
conditionalUnzip, entries, saveEntrypublic void unzip()
throws java.io.IOException
java.lang.Exceptionjava.io.IOExceptionpublic java.util.zip.ZipEntry[] entries()
throws java.io.IOException
java.io.IOExceptionpublic java.io.File unzipFileInArchive(java.lang.String fileName)
throws java.io.IOException
fileName - java.io.IOExceptionCopyright © 2013 Atlassian. All Rights Reserved.