Difference between revisions of "Extensions.ZipHandling"
Jump to navigation
Jump to search
(Edited by Ngoc Tran.) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{DISPLAYTITLE:OTX '''ZipHandling''' Extension}}[[Category:OTX-Extension | + | {{DISPLAYTITLE:OTX '''ZipHandling''' Extension}}[[Category:OTX-Extension]] |
== Classification == | == Classification == | ||
− | {{ClassificationExtension | File | Provides Actions to compress or decompress ZIP containers | [[OtxReference#Extensions|OTX Extension]] | - | - | {{OtxSpec4}}}} | + | {{ClassificationExtension | File | Provides Actions to compress or decompress ZIP containers | [[OtxReference#Extensions|OTX Extension]] | - | - | SpecifiedBy={{OtxSpec4}}}} |
== Introduction == | == Introduction == | ||
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]]|}} |
|} | |} |
Latest revision as of 10:52, 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-4 |
Introduction
The ZipFileHandle extension provides Actions to compress or decompress ZIP containers.
Actions
UnZipFile | |
ZipFile |
Exceptions
FileAlreadyExistsException | |
FileNotFoundException | |
ZipFormatException | |
ZipHandlingException |