public class Unzip extends Object
Modifier and Type | Method and Description |
---|---|
void |
extractAll(UnzipParameters unzipParameters,
String outPath,
ProgressMonitor progressMonitor,
boolean runInThread) |
void |
extractFile(FileHeader fileHeader,
String outPath,
UnzipParameters unzipParameters,
String newFileName,
ProgressMonitor progressMonitor,
boolean runInThread) |
ZipInputStream |
getInputStream(FileHeader fileHeader) |
public Unzip(ZipModel zipModel) throws ZipException
ZipException
public void extractAll(UnzipParameters unzipParameters, String outPath, ProgressMonitor progressMonitor, boolean runInThread) throws ZipException
ZipException
public void extractFile(FileHeader fileHeader, String outPath, UnzipParameters unzipParameters, String newFileName, ProgressMonitor progressMonitor, boolean runInThread) throws ZipException
ZipException
public ZipInputStream getInputStream(FileHeader fileHeader) throws ZipException
ZipException
Copyright © 2013. All rights reserved.