zipios++
2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
|
buffer_t | |
zipios::BackBuffer | To read a file by chunk from the end |
zipios::FileCollection | Base class for various file collections |
zipios::CollectionCollection | A collection of collections |
zipios::DirectoryCollection | A collection generated from reading a directory |
zipios::ZipFile | Collection of files |
zipios::FileEntry | A FileEntry represents an entry in a FileCollection |
zipios::DirectoryEntry | A file entry that does not use compression |
zipios::ZipLocalEntry | An implementation of the FileEntry for Zip archives |
zipios::ZipCentralDirectoryEntry | A specialization of ZipLocalEntry for |
zipios::FilePath | Handle a file path and name and its statistics |
istream | |
zipios::ZipInputStream | The ZipInputStream to read data from a Zip archive |
zipios::anonymous_namespace{filecollection.cpp}::MatchFileName | Class object used with the std::find_if() function |
zipios::anonymous_namespace{filecollection.cpp}::MatchName | Class object used with the std::find_if() function |
ostream | |
zipios::GZIPOutputStream | A stream implementation that outputs data to a ZIP file |
zipios::ZipOutputStream | A ZipOutputStream to allow for data to be compressed zlib |
runtime_error | |
zipios::Exception | Base exception of the zipios environement |
zipios::FileCollectionException | FileCollectionException is used to signal a FileCollection problem |
zipios::InvalidException | An InvalidException is used when invalid data is provided |
zipios::InvalidStateException | Exception used when it is not possible to move forward |
zipios::IOException | An IOException is used to signal an I/O error |
streambuf | |
zipios::FilterInputStreambuf | A base class to develop input stream filters |
zipios::InflateInputStreambuf | A stream buffer to inflate data previous compressed with zlib |
zipios::ZipInputStreambuf | An input stream buffer for Zip data |
zipios::FilterOutputStreambuf | A base class to develop output stream filters |
zipios::DeflateOutputStreambuf | A class to handle stream deflate on the fly |
zipios::GZIPOutputStreambuf | Save the output stream buffer |
zipios::ZipOutputStreambuf | Handle the output buffer of a zip archive |
zipios::VirtualSeeker | A virtual class used to see in a file embedded in another |
zipios::anonymous_namespace{zipcentraldirectoryentry.cpp}::ZipCentralDirectoryEntryHeader | The header of a ZipCentralDirectoryEntry in a Zip archive |
zipios::ZipEndOfCentralDirectory | Marker at the end of a Zip archive file |
zipios::anonymous_namespace{ziplocalentry.cpp}::ZipLocalEntryHeader | ZipLocalEntry Header |