Here are the classes, structs, unions and interfaces with brief descriptions:
zipios::BackBuffer (A BackBuffer instance is useful for reading the last part of a file in an efficient manner, when it is not known exactly how far back (towards the front!) to go, to find the start of the desired data block)
zipios::DataDescriptor (A struct containing fields for the entries in a zip file data descriptor, that trails the compressed data in files that were created by streaming, ie)
zipios::InvalidStateException (An object member function may throw this exception, if the operation it normally performs is inappropriate or impossible to perform because of the current state of the object)
zipios::OutputStringStream (OutputStringStream is typedefed to ostringstream if sstream is part of the standard library (unless Zipios++ has been explicitly configured not to use it))
zipios::VirtualSeeker (VirtualSeeker is a simple class that keeps track of a set of specified 'virtual' file endings that mark a subset of a real file)
zipios::ZipCDirEntry (Specialization of ZipLocalEntry, that add fields for storing the extra information, that is only present in the entries in the zip central directory and not in the local entry headers)
zipios::ZipLocalEntry (A concrete implementation of the abstract FileEntry base class for ZipFile entries, specifically for representing the information present in the local headers of file entries in a zip file)