public class UrlUnzipper extends AbstractUnzipper
destDir| Constructor and Description |
|---|
UrlUnzipper(URL zipUrl,
File destDir) |
| Modifier and Type | Method and Description |
|---|---|
ZipEntry[] |
entries() |
void |
unzip() |
File |
unzipFileInArchive(String fileName) |
entries, saveEntrypublic void unzip()
throws IOException
IOExceptionpublic File unzipFileInArchive(String fileName) throws IOException
IOExceptionpublic ZipEntry[] entries() throws IOException
IOExceptionCopyright © 2003–2022 Atlassian. All rights reserved.