Classes: Add, AutoDetectIOS, AutoDetectInputStream, AutoDetectOutputStream, AutoDetectStreamBuf, Compress, Decompress, Delete, Keep, ParseCallback, PartialIOS, PartialInputStream, PartialOutputStream, PartialStreamBuf, Rename, Replace, SkipCallback, ZipArchive, ZipArchiveInfo, ZipCommon, ZipDataInfo, ZipException, ZipFileInfo, ZipIOS, ZipInputStream, ZipLocalFileHeader, ZipManipulationException, ZipManipulator, ZipOperation, ZipOutputStream, ZipStreamBuf, ZipUtil
Operation Add adds a new file entry to an existing Zip File
The base class for AutoDetectInputStream and AutoDetectOutputStream.
This stream copies all characters read through it
to one or multiple output streams.
This stream copies all characters written to it
to one or multiple output streams.
A AutoDetectStreamBuf is a class that limits one view on an inputstream to a selected view range
Compresses a directory or files as zip.
Decompress extracts files from zip files, can be used to extract single files or all files
Delete Operation removes an entry from a Zip
Keep simply forwards the compressed data stream from the input ZipArchive
to the output zip archive
Interface for callbacks to handle ZipData
The base class for PartialInputStream and PartialOutputStream.
This stream copies all characters read through it
to one or multiple output streams.
This stream copies all characters written to it
to one or multiple output streams.
A PartialStreamBuf is a class that limits one view on an inputstream to a selected view range
Renames an existing Zip Entry
Operation Replace replaces the content of an existing entry with a new one
A SkipCallback simply skips over the data
A ZipArchive contains information on the content of a zip file
A ZipArchiveInfo stores central directory info
Common enums used in the Zip project
A ZipDataInfo stores a Zip data descriptor
Stores a Zip directory entry of a file
The base class for ZipInputStream and ZipOutputStream.
This stream copies all characters read through it
to one or multiple output streams.
Stores a Zip local file header
ZipManipulator allows to add/remove/update files inside zip files
Abstract super class for operations on individual zip entries
This stream compresses all characters written through it
to one output stream.
ZipStreamBuf is used to decompress single files from a Zip file.
A utility class used for parsing header information inside of zip files