zipios  2.2.0
Zipios – a small C++ library that provides easy access to .zip files.
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cbuffer_t
 Czipios::BackBufferTo read a file by chunk from the end
 Czipios::DOSDateTime
 Czipios::dosdatetime_convert_tUnion used to convert the uint32_t to fields and vice versa
 Czipios::dosdatetime_convert_t::fields
 Czipios::FileCollectionBase class for various file collections
 Czipios::CollectionCollectionA collection of collections
 Czipios::DirectoryCollectionA collection generated from reading a directory
 Czipios::ZipFileCollection of files
 Czipios::FileEntryA FileEntry represents an entry in a FileCollection
 Czipios::DirectoryEntryA file entry that does not use compression
 Czipios::ZipLocalEntryAn implementation of the FileEntry for Zip archives
 Czipios::ZipCentralDirectoryEntryA specialization of ZipLocalEntry for
 Czipios::FilePathHandle a file path and name and its statistics
 Cistream
 Czipios::ZipInputStreamThe ZipInputStream to read data from a Zip archive
 Czipios::anonymous_namespace{filecollection.cpp}::MatchFileNameClass object used with the std::find_if() function
 Czipios::anonymous_namespace{filecollection.cpp}::MatchNameClass object used with the std::find_if() function
 Costream
 Czipios::GZIPOutputStreamA stream implementation that outputs data to a ZIP file
 Czipios::ZipOutputStreamA ZipOutputStream to allow for data to be compressed zlib
 Cruntime_error
 Czipios::ExceptionBase exception of the zipios environement
 Czipios::FileCollectionExceptionFileCollectionException is used to signal a FileCollection problem
 Czipios::InvalidExceptionAn InvalidException is used when invalid data is provided
 Czipios::InvalidStateExceptionException used when it is not possible to move forward
 Czipios::IOExceptionAn IOException is used to signal an I/O error
 Cstreambuf
 Czipios::FilterInputStreambufA base class to develop input stream filters
 Czipios::InflateInputStreambufA stream buffer to inflate data previous compressed with zlib
 Czipios::ZipInputStreambufAn input stream buffer for Zip data
 Czipios::FilterOutputStreambufA base class to develop output stream filters
 Czipios::DeflateOutputStreambufA class to handle stream deflate on the fly
 Czipios::GZIPOutputStreambufSave the output stream buffer
 Czipios::ZipOutputStreambufHandle the output buffer of a zip archive
 Czipios::VirtualSeekerA virtual class used to see in a file embedded in another
 Czipios::anonymous_namespace{zipcentraldirectoryentry.cpp}::ZipCentralDirectoryEntryHeaderThe header of a ZipCentralDirectoryEntry in a Zip archive
 Czipios::ZipEndOfCentralDirectoryMarker at the end of a Zip archive file
 Czipios::anonymous_namespace{ziplocalentry.cpp}::ZipLocalEntryHeaderZipLocalEntry Header