程序包 | 说明 |
---|---|
com.fr.zip4j.core | |
com.fr.zip4j.io | |
com.fr.zip4j.zip |
限定符和类型 | 方法和说明 |
---|---|
void |
ZipFileForPlugin.addFile(java.io.File sourceFile,
ZipParameters parameters)
Adds input source file to the zip file.
|
void |
ZipFile.addFile(java.io.File sourceFile,
ZipParameters parameters)
Adds input source file to the zip file.
|
void |
ZipFileForPlugin.addFiles(java.util.ArrayList sourceFileList,
ZipParameters parameters)
Adds the list of input files to the zip file.
|
void |
ZipFile.addFiles(java.util.ArrayList sourceFileList,
ZipParameters parameters)
Adds the list of input files to the zip file.
|
void |
ZipFileForPlugin.addFolder(java.io.File path,
ZipParameters parameters)
Adds the folder in the given file object to the zip file.
|
void |
ZipFile.addFolder(java.io.File path,
ZipParameters parameters)
Adds the folder in the given file object to the zip file.
|
void |
ZipFileForPlugin.addFolder(java.lang.String path,
ZipParameters parameters)
Adds the folder in the given path to the zip file.
|
void |
ZipFile.addFolder(java.lang.String path,
ZipParameters parameters)
Adds the folder in the given path to the zip file.
|
void |
ZipFileForPlugin.addStream(java.io.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.addStream(java.io.InputStream inputStream,
ZipParameters parameters)
Creates a new entry in the zip file and adds the content of the inputstream to the
zip file.
|
void |
ZipFileForPlugin.createZipFile(java.util.ArrayList sourceFileList,
ZipParameters parameters)
Creates a zip file and adds the list of source file(s) to the zip file.
|
void |
ZipFile.createZipFile(java.util.ArrayList sourceFileList,
ZipParameters parameters)
Creates a zip file and adds the list of source file(s) to the zip file.
|
void |
ZipFileForPlugin.createZipFile(java.util.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(java.util.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 |
ZipFileForPlugin.createZipFile(java.io.File sourceFile,
ZipParameters parameters)
Creates a zip file and adds the source file to the zip file.
|
void |
ZipFile.createZipFile(java.io.File sourceFile,
ZipParameters parameters)
Creates a zip file and adds the source file to the zip file.
|
void |
ZipFileForPlugin.createZipFile(java.io.File sourceFile,
ZipParameters parameters,
boolean splitArchive,
long splitLength)
Creates a zip file and adds the source file to the zip file.
|
void |
ZipFile.createZipFile(java.io.File sourceFile,
ZipParameters parameters,
boolean splitArchive,
long splitLength)
Creates a zip file and adds the source file to the zip file.
|
void |
ZipFileForPlugin.createZipFileFromFolder(java.io.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(java.io.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 |
ZipFileForPlugin.createZipFileFromFolder(java.lang.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.
|
void |
ZipFile.createZipFileFromFolder(java.lang.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.
|
限定符和类型 | 字段和说明 |
---|---|
protected ZipParameters |
CipherOutputStream.zipParameters |
限定符和类型 | 方法和说明 |
---|---|
void |
DeflaterOutputStream.putNextEntry(java.io.File file,
ZipParameters zipParameters) |
void |
CipherOutputStream.putNextEntry(java.io.File file,
ZipParameters zipParameters) |
限定符和类型 | 方法和说明 |
---|---|
void |
ZipEngineForPlugin.addFiles(java.util.ArrayList fileList,
ZipParameters parameters,
ProgressMonitor progressMonitor,
boolean runInThread) |
void |
ZipEngine.addFiles(java.util.ArrayList fileList,
ZipParameters parameters,
ProgressMonitor progressMonitor,
boolean runInThread) |
void |
ZipEngineForPlugin.addFolderToZip(java.io.File file,
ZipParameters parameters,
ProgressMonitor progressMonitor,
boolean runInThread) |
void |
ZipEngine.addFolderToZip(java.io.File file,
ZipParameters parameters,
ProgressMonitor progressMonitor,
boolean runInThread) |
void |
ZipEngineForPlugin.addStreamToZip(java.io.InputStream inputStream,
ZipParameters parameters) |
void |
ZipEngine.addStreamToZip(java.io.InputStream inputStream,
ZipParameters parameters) |