zipios 2.3.2
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:
 Czipios::buffer_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::StreamEntryA file entry reading from a stream
  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
 Cstd::istream
  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
 Cstd::ostream
  Czipios::GZIPOutputStreamA stream implementation that outputs data to a ZIP file
  Czipios::ZipOutputStreamA ZipOutputStream to allow for data to be compressed with zlib
 Cstd::runtime_error
  Czipios::ExceptionBase exception of the zipios environment
   Czipios::FileCollectionExceptionFileCollectionException is used to signal a FileCollection problem
   Czipios::IOExceptionAn IOException is used to signal an I/O error
   Czipios::InvalidExceptionAn InvalidException is used when invalid data is provided
   Czipios::InvalidStateExceptionException used when it is not possible to move forward
 Cstd::streambuf
  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