Difference between revisions of "Extensions.ZipHandling"

From emotive
Jump to navigation Jump to search
(Edited by Ngoc Tran.)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:OTX '''ZipHandling''' Extension}}[[Category:OTX-Extension]][[Category:Zip]]
+
{{DISPLAYTITLE:OTX '''ZipHandling''' Extension}}[[Category:OTX-Extension]]
 
== Classification ==
 
== Classification ==
{{ClassificationExtension | File | Provides Actions to compress or decompress ZIP containers | [[OtxReference#Extensions|OTX Extension]] | - | - | [https://www.iso.org/standard/74090.html ISO 13209-4]}}
+
{{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.Zip.FileAlreadyExistsException|FileAlreadyExistsException]]|}}
+
{{TableRowKeyValueList|[[Extensions.ZipHandling.FileAlreadyExistsException|FileAlreadyExistsException]]|}}
{{TableRowKeyValueList|[[Extensions.Zip.FileNotFoundException|FileNotFoundException]]|}}
+
{{TableRowKeyValueList|[[Extensions.ZipHandling.FileNotFoundException|FileNotFoundException]]|}}
{{TableRowKeyValueList|[[Extensions.Zip.ZipFormatException|ZipFormatException]]|}}
+
{{TableRowKeyValueList|[[Extensions.ZipHandling.ZipFormatException|ZipFormatException]]|}}
{{TableRowKeyValueList|[[Extensions.Zip.ZipHandlingException|ZipHandlingException]]|}}
+
{{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