zipios 2.3.2
Zipios -- a small C++ library that provides easy access to .zip files.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 NzipiosThe zipios namespace includes the Zipios library definitions
  Nanonymous_namespace{filecollection.cpp}
   CMatchFileNameClass object used with the std::find_if() function
   CMatchNameClass object used with the std::find_if() function
  Nanonymous_namespace{zipcentraldirectoryentry.cpp}
   CZipCentralDirectoryEntryHeaderThe header of a ZipCentralDirectoryEntry in a Zip archive
  Nanonymous_namespace{ziplocalentry.cpp}Various definitions for local blocks
   CZipLocalEntryHeaderZipLocalEntry Header
  CBackBufferTo read a file by chunk from the end
  CCollectionCollectionA collection of collections
  CDeflateOutputStreambufA class to handle stream deflate on the fly
  CDirectoryCollectionA collection generated from reading a directory
  CDirectoryEntryA file entry that does not use compression
  CDOSDateTime
  Cdosdatetime_convert_tUnion used to convert the uint32_t to fields and vice versa
   Cfields
  CExceptionBase exception of the zipios environment
  CFileCollectionBase class for various file collections
  CFileCollectionExceptionFileCollectionException is used to signal a FileCollection problem
  CFileEntryA FileEntry represents an entry in a FileCollection
  CFilePathHandle a file path and name and its statistics
  CFilterInputStreambufA base class to develop input stream filters
  CFilterOutputStreambufA base class to develop output stream filters
  CGZIPOutputStreamA stream implementation that outputs data to a ZIP file
  CGZIPOutputStreambufSave the output stream buffer
  CInflateInputStreambufA stream buffer to inflate data previous compressed with zlib
  CInvalidExceptionAn InvalidException is used when invalid data is provided
  CInvalidStateExceptionException used when it is not possible to move forward
  CIOExceptionAn IOException is used to signal an I/O error
  CStreamEntryA file entry reading from a stream
  CVirtualSeekerA virtual class used to see in a file embedded in another
  CZipCentralDirectoryEntryA specialization of ZipLocalEntry for
  CZipEndOfCentralDirectoryMarker at the end of a Zip archive file
  CZipFileCollection of files
  CZipInputStreamThe ZipInputStream to read data from a Zip archive
  CZipInputStreambufAn input stream buffer for Zip data
  CZipLocalEntryAn implementation of the FileEntry for Zip archives
  CZipOutputStreamA ZipOutputStream to allow for data to be compressed with zlib
  CZipOutputStreambufHandle the output buffer of a zip archive