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

Packages that use ZipParameters
net.lingala.zip4j.core   
net.lingala.zip4j.io   
net.lingala.zip4j.zip   
 

Uses of ZipParameters in net.lingala.zip4j.core
 

Methods in net.lingala.zip4j.core with parameters of type ZipParameters
 void ZipFile.addFile(File sourceFile, ZipParameters parameters)
          Adds input source file to the zip file.
 void ZipFile.addFiles(ArrayList sourceFileList, ZipParameters parameters)
          Adds the list of input files to the zip file.
 void ZipFile.addFolder(File path, ZipParameters parameters)
          Adds the folder in the given file object to the zip file.
 void ZipFile.addFolder(String path, ZipParameters parameters)
          Adds the folder in the given path to the zip file.
 void ZipFile.addStream(InputStream inputStream, ZipParameters parameters)
          Creates a new entry in the zip file and adds the content of the inputstream to the zip file.
 void ZipFile.createZipFile(ArrayList sourceFileList, ZipParameters parameters)
          Creates a zip file and adds the list of source file(s) to the zip file.
 void ZipFile.createZipFile(ArrayList sourceFileList, ZipParameters parameters, boolean splitArchive, long splitLength)
          Creates a zip file and adds the list of source file(s) to the zip file.
 void ZipFile.createZipFile(File sourceFile, ZipParameters parameters)
          Creates a zip file and adds the source file to the zip file.
 void ZipFile.createZipFile(File sourceFile, ZipParameters parameters, boolean splitArchive, long splitLength)
          Creates a zip file and adds the source file to the zip file.
 void ZipFile.createZipFileFromFolder(File folderToAdd, ZipParameters parameters, boolean splitArchive, long splitLength)
          Creates a zip file and adds the files/folders from the specified folder to the zip file.
 void ZipFile.createZipFileFromFolder(String folderToAdd, ZipParameters parameters, boolean splitArchive, long splitLength)
          Creates a zip file and adds the files/folders from the specified folder to the zip file.
 

Uses of ZipParameters in net.lingala.zip4j.io
 

Fields in net.lingala.zip4j.io declared as ZipParameters
protected  ZipParameters CipherOutputStream.zipParameters
           
 

Methods in net.lingala.zip4j.io with parameters of type ZipParameters
 void DeflaterOutputStream.putNextEntry(File file, ZipParameters zipParameters)
           
 void CipherOutputStream.putNextEntry(File file, ZipParameters zipParameters)
           
 

Uses of ZipParameters in net.lingala.zip4j.zip
 

Methods in net.lingala.zip4j.zip with parameters of type ZipParameters
 void ZipEngine.addFiles(ArrayList fileList, ZipParameters parameters, ProgressMonitor progressMonitor, boolean runInThread)
           
 void ZipEngine.addFolderToZip(File file, ZipParameters parameters, ProgressMonitor progressMonitor, boolean runInThread)
           
 void ZipEngine.addStreamToZip(InputStream inputStream, ZipParameters parameters)
           
 



Copyright © 2012. All Rights Reserved.