zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
o-BUILD
|\-zipios
| \-zipios++
|  \*zipios-config.hppZipios configuration header
o-src
|o*backbuffer.cppThe implementation file of zipios::BackBuffer
|o*backbuffer.hppThe header file for zipios::BackBuffer
|o*collectioncollection.cppImplementation of zipios::CollectionCollection
|o*deflateoutputstreambuf.cppImplementation of zipios::DeflateOutputStreambuf
|o*deflateoutputstreambuf.hppHeader file that defines zipios::DeflateOutputStreambuf
|o*directorycollection.cppImplementation of zipios::DirectoryCollection
|o*directoryentry.cppImplementation of zipios::DirectoryEntry
|o*dostime.cFunctions to convert times between Unix and MS-DOS times
|o*dostime.hDefinitions for the MS-DOS to Unix time conversions
|o*filecollection.cppImplementation of zipios::FileCollection
|o*fileentry.cppImplementation of zipios::FileEntry
|o*filepath.cppImplementation of zipios::FilePath
|o*filterinputstreambuf.cppImplementation of zipios::FilterInputStreambuf
|o*filterinputstreambuf.hppHeader file that defines zipios::FilterInputStreambuf
|o*filteroutputstreambuf.cppImplementation of zipios::FilterOutputStreambuf
|o*filteroutputstreambuf.hppDeclarations of the zipios::FilterOutputStreambuf
|o*gzipoutputstream.cppImplementation of zipios::GZIPOutputStream
|o*gzipoutputstream.hppThis file defines zipios::GZIPOutputStream
|o*gzipoutputstreambuf.cppThis file is the implementation of zipios::GZIPOutputStreambuf class
|o*gzipoutputstreambuf.hppFile defining zipios::GZIPOutputStreambuf
|o*inflateinputstreambuf.cppImplementation of zipios::InflateInputStreambuf
|o*inflateinputstreambuf.hppDefine zipios::InflateInputStreambuf to decompress files
|o*virtualseeker.cppImplementation file that defines zipios::VirtualSeeker
|o*zipcentraldirectoryentry.cppImplementation of zipios::ZipCentralDirectoryEntry
|o*zipcentraldirectoryentry.hppDeclaration of the zipios::ZipCentralDirectoryEntry, which represents a directory Zip archive entry
|o*zipendofcentraldirectory.cppDeclare zipios::ZipEndOfCentralDirectory whichs handles entries found in a Zip archive directory
|o*zipendofcentraldirectory.hppDeclaration of the zipios::ZipEndOfCentralDirectory class
|o*zipfile.cppThe implementation of zipios::ZipFile
|o*zipinputstream.cppImplementation of zipios::ZipInputStream
|o*zipinputstream.hppDefine zipios::ZipInputStream
|o*zipinputstreambuf.cppImplementation of zipios::ZipInputStreambuf
|o*zipinputstreambuf.hppDefine the zipios::ZipInputStreambuf class
|o*zipios_common.cppVarious functions used throughout the library
|o*zipios_common.hppVarious functions used throughout the library
|o*ziplocalentry.cppImplementation of the zipios::ZipLocalEntry class
|o*ziplocalentry.hppDeclare the zipios::ZipLocalEntry class used to handle Zip entries
|o*zipoutputstream.cppImplementation of the zipios::ZipOutputStream class
|o*zipoutputstream.hppDefine the zipios::ZipOutputStream class
|o*zipoutputstreambuf.cppImplementation of the zipios::ZipOutputStreambuf class
|\*zipoutputstreambuf.hppDefine the zipios::ZipOutputStreambuf class
o-tools
|o*appendzip.cppTool used to append a Zip archive at the end of another file
|o*dostime.cppDefine a command line tool to convert Unix/DOS times
|o*zipios.cppA tool to test various things in a zip file
|\*zipios_example.cppImplementation of a very simple zipios++ example
\-zipios++
 o*collectioncollection.hppDefine the zipios::CollectionCollection class
 o*directorycollection.hppDefine the zipios::DirectoryCollection class
 o*directoryentry.hppDefine the zipios::DirectoryEntry class
 o*filecollection.hppDefine the zipios::FileCollection class
 o*fileentry.hppDefine the zipios::FileEntry class
 o*filepath.hppDefine the zipios::FilePath class
 o*virtualseeker.hppDefine the zipios::VirtualSeeker class
 o*zipfile.hppDefine the zipios::ZipFile class
 o*zipios-config.hpp.inZipios configuration header
 \*zipiosexceptions.hppVarious exceptions used throughout the Zipios++ library, all based on zipios::Exception