程序包 | 说明 |
---|---|
com.fr.zip4j.core | |
com.fr.zip4j.model | |
com.fr.zip4j.unzip |
限定符和类型 | 方法和说明 |
---|---|
void |
ZipFileForPlugin.extractAll(java.lang.String destPath,
UnzipParameters unzipParameters)
Extracts all the files in the given zip file to the input destination path.
|
void |
ZipFile.extractAll(java.lang.String destPath,
UnzipParameters unzipParameters)
Extracts all the files in the given zip file to the input destination path.
|
void |
ZipFileForPlugin.extractFile(FileHeader fileHeader,
java.lang.String destPath,
UnzipParameters unzipParameters)
Extracts a specific file from the zip file to the destination path.
|
void |
ZipFile.extractFile(FileHeader fileHeader,
java.lang.String destPath,
UnzipParameters unzipParameters)
Extracts a specific file from the zip file to the destination path.
|
void |
ZipFileForPlugin.extractFile(FileHeader fileHeader,
java.lang.String destPath,
UnzipParameters unzipParameters,
java.lang.String newFileName)
Extracts a specific file from the zip file to the destination path.
|
void |
ZipFile.extractFile(FileHeader fileHeader,
java.lang.String destPath,
UnzipParameters unzipParameters,
java.lang.String newFileName)
Extracts a specific file from the zip file to the destination path.
|
void |
ZipFileForPlugin.extractFile(java.lang.String fileName,
java.lang.String destPath,
UnzipParameters unzipParameters)
Extracts a specific file from the zip file to the destination path.
|
void |
ZipFile.extractFile(java.lang.String fileName,
java.lang.String destPath,
UnzipParameters unzipParameters)
Extracts a specific file from the zip file to the destination path.
|
void |
ZipFileForPlugin.extractFile(java.lang.String fileName,
java.lang.String destPath,
UnzipParameters unzipParameters,
java.lang.String newFileName)
Extracts a specific file from the zip file to the destination path.
|
void |
ZipFile.extractFile(java.lang.String fileName,
java.lang.String destPath,
UnzipParameters unzipParameters,
java.lang.String newFileName)
Extracts a specific file from the zip file to the destination path.
|
限定符和类型 | 方法和说明 |
---|---|
void |
FileHeader.extractFile(ZipModel zipModel,
java.lang.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,
java.lang.String outPath,
UnzipParameters unzipParameters,
java.lang.String newFileName,
ProgressMonitor progressMonitor,
boolean runInThread)
Extracts file to the specified directory using any
user defined parameters in UnzipParameters.
|
限定符和类型 | 方法和说明 |
---|---|
static void |
UnzipUtil.applyFileAttributes(FileHeader fileHeader,
java.io.File file,
UnzipParameters unzipParameters) |
void |
Unzip.extractAll(UnzipParameters unzipParameters,
java.lang.String outPath,
ProgressMonitor progressMonitor,
boolean runInThread) |
void |
Unzip.extractFile(FileHeader fileHeader,
java.lang.String outPath,
UnzipParameters unzipParameters,
java.lang.String newFileName,
ProgressMonitor progressMonitor,
boolean runInThread) |
void |
UnzipEngine.unzipFile(ProgressMonitor progressMonitor,
java.lang.String outPath,
java.lang.String newFileName,
UnzipParameters unzipParameters) |