Difference between revisions of "Extensions.ZipHandling"

From emotive
Jump to navigation Jump to search
Line 16: Line 16:
 
== Exceptions ==
 
== Exceptions ==
 
{| {{TableHeader}}
 
{| {{TableHeader}}
{{TableRowKeyValueList|[[Extensions.ZipHandling.FileAlreadyExistsException|FileAlreadyExistsException]]|}}
+
{{TableRowKeyValueList|[[Extensions.Zip.FileAlreadyExistsException|FileAlreadyExistsException]]|}}
{{TableRowKeyValueList|[[Extensions.ZipHandling.FileNotFoundException|FileNotFoundException]]|}}
+
{{TableRowKeyValueList|[[Extensions.Zip.FileNotFoundException|FileNotFoundException]]|}}
{{TableRowKeyValueList|[[Extensions.ZipHandling.ZipFormatException|ZipFormatException]]|}}
+
{{TableRowKeyValueList|[[Extensions.Zip.ZipFormatException|ZipFormatException]]|}}
{{TableRowKeyValueList|[[Extensions.ZipHandling.ZipHandlingException|ZipHandlingException]]|}}
+
{{TableRowKeyValueList|[[Extensions.Zip.ZipHandlingException|ZipHandlingException]]|}}
  
 
|}
 
|}

Revision as of 08:52, 11 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