Overview
Classes: Add, Delete, Keep, Rename, Replace, ZipManipulator, ZipOperation
Classes
class Add
Operation Add adds a new file entry to an existing Zip File
class Delete
Delete Operation removes an entry from a Zip
class Keep
Keep simply forwards the compressed data stream from the input ZipArchive to the output zip archive
class Rename
Renames an existing Zip Entry
class Replace
Operation Replace replaces the content of an existing entry with a new one
class ZipManipulator
ZipManipulator allows to add/remove/update files inside zip files
class ZipOperation
Abstract super class for operations on individual zip entries