Library Zip

Package Manipulation

Overview

Classes: Add, Delete, Keep, Rename, Replace, ZipManipulator, ZipOperation

Classes

class Add

Operation Add adds a new file entry to an existing Zip File more...

class Delete

Delete Operation removes an entry from a Zip more...

class Keep

Keep simply forwards the compressed data stream from the input ZipArchive to the output zip archive more...

class Rename

Renames an existing Zip Entry more...

class Replace

Operation Replace replaces the content of an existing entry with a new one more...

class ZipManipulator

ZipManipulator allows to add/remove/update files inside zip files more...

class ZipOperation

Abstract super class for operations on individual zip entries more...