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
|
public void unzip() throws IOException
unzip
in interface Unzipper
Exception
IOException
public ZipEntry[] entries() throws IOException
entries
in interface Unzipper
IOException
public File unzipFileInArchive(String fileName) throws IOException
unzipFileInArchive
in interface Unzipper
fileName
- IOException
Copyright © 2003–2016 Atlassian. All rights reserved.