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
|
public void unzip() throws java.io.IOException
public java.util.zip.ZipEntry[] entries() throws java.io.IOException
public java.io.File unzipFileInArchive(java.lang.String fileName) throws java.io.IOException
unzipFileInArchive
in interface Unzipper
fileName
- java.io.IOException
Copyright © 2003-2014 Atlassian. All Rights Reserved.