|
libzipper 1.0.1
|
| zipper::CompressedFile | CompressedFile represents an entry within a compressed archive |
| zipper::Compressor | Compressor creates a compressed archive from the supplied Reader objects. data |
| zipper::Container | |
| zipper::Decompressor | Decompressor detects the compressed archive type of the data, and creates suitable CompressedFile instances to access the compressed data |
| zipper::Exception | Base class for all exceptions thrown by libzipper |
| zipper::FileReader | FileReader is a file-based implementation of the Reader interface |
| zipper::FileWriter | FileWrter is a file-based implementation of the Writer interface |
| zipper::FormatException | Exception thrown when the input data does not match the expected Container format |
| zipper::IOException | Exception thrown when a Reader or Writer instance is unable to satisfy an IO request due to an external error |
| zipper::Reader | Reader supplies input data to the compression/decompression functions |
| zipper::UnsupportedException | Exception thrown when an operation is requested on a compressed archive that libzipper does not implement |
| zipper::Writer | Writer accepts output data from the compression/decompression functions |
1.7.4