|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.lingala.zip4j.unzip.Unzip
public class Unzip
| Constructor Summary | |
|---|---|
Unzip(ZipModel zipModel)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Unzip(ZipModel zipModel)
throws ZipException
ZipException| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||