Difference between revisions of "Extensions.ZipHandling"
Jump to navigation
Jump to search
(Edited by Ngoc Tran) |
|||
Line 16: | Line 16: | ||
== Exceptions == | == Exceptions == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
− | {{TableRowKeyValueList|[[Extensions. | + | {{TableRowKeyValueList|[[Extensions.ZipHandling.FileAlreadyExistsException|FileAlreadyExistsException]]|}} |
− | {{TableRowKeyValueList|[[Extensions. | + | {{TableRowKeyValueList|[[Extensions.ZipHandling.FileNotFoundException|FileNotFoundException]]|}} |
− | {{TableRowKeyValueList|[[Extensions. | + | {{TableRowKeyValueList|[[Extensions.ZipHandling.ZipFormatException|ZipFormatException]]|}} |
− | {{TableRowKeyValueList|[[Extensions. | + | {{TableRowKeyValueList|[[Extensions.ZipHandling.ZipHandlingException|ZipHandlingException]]|}} |
|} | |} |
Revision as of 07:34, 12 September 2019
Classification
Name | File |
Short Description | Provides Actions to compress or decompress ZIP containers |
Class | OTX Extension |
Base Extension | - |
Pre-Conditions | - |
Specified by | ISO 13209-3 |
Introduction
The ZipFileHandle extension provides Actions to compress or decompress ZIP containers.
Actions
UnZipFile | |
ZipFile |
Exceptions
FileAlreadyExistsException | |
FileNotFoundException | |
ZipFormatException | |
ZipHandlingException |