Uses of Class
net.lingala.zip4j.model.UnzipParameters

Packages that use UnzipParameters
net.lingala.zip4j.core   
net.lingala.zip4j.model   
net.lingala.zip4j.unzip   
 

Uses of UnzipParameters in net.lingala.zip4j.core
 

Methods in net.lingala.zip4j.core with parameters of type UnzipParameters
 void ZipFile.extractAll(String destPath, UnzipParameters unzipParameters)
          Extracts all the files in the given zip file to the input destination path.
 void ZipFile.extractFile(FileHeader fileHeader, String destPath, UnzipParameters unzipParameters)
          Extracts a specific file from the zip file to the destination path.
 void ZipFile.extractFile(FileHeader fileHeader, String destPath, UnzipParameters unzipParameters, String newFileName)
          Extracts a specific file from the zip file to the destination path.
 void ZipFile.extractFile(String fileName, String destPath, UnzipParameters unzipParameters)
          Extracts a specific file from the zip file to the destination path.
 void ZipFile.extractFile(String fileName, String destPath, UnzipParameters unzipParameters, String newFileName)
          Extracts a specific file from the zip file to the destination path.
 

Uses of UnzipParameters in net.lingala.zip4j.model
 

Methods in net.lingala.zip4j.model with parameters of type UnzipParameters
 void FileHeader.extractFile(ZipModel zipModel, String outPath, UnzipParameters unzipParameters, ProgressMonitor progressMonitor, boolean runInThread)
          Extracts file to the specified directory using any user defined parameters in UnzipParameters
 void FileHeader.extractFile(ZipModel zipModel, String outPath, UnzipParameters unzipParameters, String newFileName, ProgressMonitor progressMonitor, boolean runInThread)
          Extracts file to the specified directory using any user defined parameters in UnzipParameters.
 

Uses of UnzipParameters in net.lingala.zip4j.unzip
 

Methods in net.lingala.zip4j.unzip with parameters of type UnzipParameters
static void UnzipUtil.applyFileAttributes(FileHeader fileHeader, File file, UnzipParameters unzipParameters)
           
 void Unzip.extractAll(UnzipParameters unzipParameters, String outPath, ProgressMonitor progressMonitor, boolean runInThread)
           
 void Unzip.extractFile(FileHeader fileHeader, String outPath, UnzipParameters unzipParameters, String newFileName, ProgressMonitor progressMonitor, boolean runInThread)
           
 void UnzipEngine.unzipFile(ProgressMonitor progressMonitor, String outPath, String newFileName, UnzipParameters unzipParameters)
           
 



Copyright © 2012. All Rights Reserved.