net.lingala.zip4j.unzip
Class Unzip
java.lang.Object
net.lingala.zip4j.unzip.Unzip
public class Unzip
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Unzip
public Unzip(ZipModel zipModel)
throws ZipException
- Throws:
ZipException
extractAll
public void extractAll(UnzipParameters unzipParameters,
String outPath,
ProgressMonitor progressMonitor,
boolean runInThread)
throws ZipException
- Throws:
ZipException
extractFile
public void extractFile(FileHeader fileHeader,
String outPath,
UnzipParameters unzipParameters,
String newFileName,
ProgressMonitor progressMonitor,
boolean runInThread)
throws ZipException
- Throws:
ZipException
getInputStream
public ZipInputStream getInputStream(FileHeader fileHeader)
throws ZipException
- Throws:
ZipException
Copyright © 2012. All Rights Reserved.