net.lingala.zip4j.unzip
Class Unzip

java.lang.Object
  extended by net.lingala.zip4j.unzip.Unzip

public class Unzip
extends Object


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

Unzip

public Unzip(ZipModel zipModel)
      throws ZipException
Throws:
ZipException
Method Detail

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.