public class ZipFile extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipFile.ZipException |
| Modifier and Type | Method and Description |
|---|---|
ZipFile |
add(File file,
String name) |
ZipFile |
add(InputStream inputStream,
String name) |
void |
extractAll(String destinationPath) |
File |
getOutputFile() |
public ZipFile(File file) throws ZipFile.ZipException
ZipFile.ZipExceptionpublic ZipFile add(File file, String name) throws ZipFile.ZipException
ZipFile.ZipExceptionpublic ZipFile add(InputStream inputStream, String name) throws ZipFile.ZipException
ZipFile.ZipExceptionpublic void extractAll(String destinationPath) throws ZipFile.ZipException
ZipFile.ZipExceptionpublic File getOutputFile()
Copyright © 2020 Open Foris. All rights reserved.