Poco

namespace Zip

Overview

Classes: Add, AutoDetectIOS, AutoDetectInputStream, AutoDetectStreamBuf, Compress, Decompress, Delete, Keep, ParseCallback, PartialIOS, PartialInputStream, PartialOutputStream, PartialStreamBuf, Rename, Replace, SkipCallback, ZipArchive, ZipArchiveInfo, ZipArchiveInfo64, ZipCommon, ZipDataInfo, ZipDataInfo64, ZipException, ZipFileInfo, ZipIOS, ZipInputStream, ZipLocalFileHeader, ZipManipulationException, ZipManipulator, ZipOperation, ZipOutputStream, ZipStreamBuf, ZipUtil

Classes

class Add

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

class AutoDetectIOS

The base class for AutoDetectInputStream and AutoDetectOutputStream. more...

class AutoDetectInputStream

AutoDetectInputStream automatically detects the end of a stream using the Data Descriptor signature. more...

class AutoDetectStreamBuf

AutoDetectStreamBuf automatically detects the end of a stream using the Data Descriptor signature. more...

class Compress

Compresses a directory or files as zip. more...

class Decompress

Decompress extracts files from zip files, can be used to extract single files or all files 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 ParseCallback

Interface for callbacks to handle ZipData more...

class PartialIOS

The base class for PartialInputStream and PartialOutputStreammore...

class PartialInputStream

This stream copies all characters read through it to one or multiple output streams. more...

class PartialOutputStream

This stream copies all characters written to it to one or multiple output streams. more...

class PartialStreamBuf

A PartialStreamBuf is a class that limits one view on an inputstream to a selected view range 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 SkipCallback

A SkipCallback simply skips over the data more...

class ZipArchive

A ZipArchive contains information on the content of a zip file more...

class ZipArchiveInfo

A ZipArchiveInfo stores central directory info more...

class ZipArchiveInfo64

A ZipArchiveInfo64 stores central directory info more...

class ZipCommon

Common enums used in the Zip project more...

class ZipDataInfo

A ZipDataInfo stores a Zip data descriptor more...

class ZipDataInfo64

A ZipDataInfo64 stores a Zip data descriptor for a Zip64 file more...

class ZipException

 more...

class ZipFileInfo

Stores a Zip directory entry of a file more...

class ZipIOS

The base class for ZipInputStream and ZipOutputStreammore...

class ZipInputStream

This stream copies all characters read through it to one or multiple output streams. more...

class ZipLocalFileHeader

Stores a Zip local file header more...

class ZipManipulationException

 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...

class ZipOutputStream

This stream compresses all characters written through it to one output stream. more...

class ZipStreamBuf

ZipStreamBuf is used to decompress single files from a Zip file. more...

class ZipUtil

A utility class used for parsing header information inside of zip files more...