Uses of Class
net.lingala.zip4j.model.UnzipParameters
-
Packages that use UnzipParameters Package Description 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 Modifier and Type Method Description voidZipFile. extractAll(String destPath, UnzipParameters unzipParameters)Extracts all the files in the given zip file to the input destination path.voidZipFile. extractFile(String fileName, String destPath, UnzipParameters unzipParameters)Extracts a specific file from the zip file to the destination path.voidZipFile. extractFile(String fileName, String destPath, UnzipParameters unzipParameters, String newFileName)Extracts a specific file from the zip file to the destination path.voidZipFile. extractFile(FileHeader fileHeader, String destPath, UnzipParameters unzipParameters)Extracts a specific file from the zip file to the destination path.voidZipFile. extractFile(FileHeader fileHeader, 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 Modifier and Type Method Description voidFileHeader. 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.voidFileHeader. extractFile(ZipModel zipModel, String outPath, UnzipParameters unzipParameters, 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 Modifier and Type Method Description static voidUnzipUtil. applyFileAttributes(FileHeader fileHeader, File file, UnzipParameters unzipParameters)voidUnzip. extractAll(UnzipParameters unzipParameters, String outPath, ProgressMonitor progressMonitor, boolean runInThread)voidUnzip. extractFile(FileHeader fileHeader, String outPath, UnzipParameters unzipParameters, String newFileName, ProgressMonitor progressMonitor, boolean runInThread)voidUnzipEngine. unzipFile(ProgressMonitor progressMonitor, String outPath, String newFileName, UnzipParameters unzipParameters)
-