zipios  2.2.0
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 12345]
  BUILD
  contrib
  zipios
  zipios
 zipios-config.hppZipios configuration header
  src
 backbuffer.cppThe implementation file of zipios::BackBuffer
 backbuffer.hppThe header file for zipios::BackBuffer
 collectioncollection.cppImplementation of zipios::CollectionCollection
 deflateoutputstreambuf.cppImplementation of zipios::DeflateOutputStreambuf
 deflateoutputstreambuf.hppHeader file that defines zipios::DeflateOutputStreambuf
 directorycollection.cppImplementation of zipios::DirectoryCollection
 directoryentry.cppImplementation of zipios::DirectoryEntry
 dosdatetime.cppImplementation of the zipios::DOSDateTime class
 filecollection.cppImplementation of zipios::FileCollection
 fileentry.cppImplementation of zipios::FileEntry
 filepath.cppImplementation of zipios::FilePath
 filterinputstreambuf.cppImplementation of zipios::FilterInputStreambuf
 filterinputstreambuf.hppHeader file that defines zipios::FilterInputStreambuf
 filteroutputstreambuf.cppImplementation of zipios::FilterOutputStreambuf
 filteroutputstreambuf.hppDeclarations of the zipios::FilterOutputStreambuf
 gzipoutputstream.cppImplementation of zipios::GZIPOutputStream
 gzipoutputstream.hppThis file defines zipios::GZIPOutputStream
 gzipoutputstreambuf.cppThis file is the implementation of zipios::GZIPOutputStreambuf class
 gzipoutputstreambuf.hppFile defining zipios::GZIPOutputStreambuf
 inflateinputstreambuf.cppImplementation of zipios::InflateInputStreambuf
 inflateinputstreambuf.hppDefine zipios::InflateInputStreambuf to decompress files
 virtualseeker.cppImplementation file that defines zipios::VirtualSeeker
 zipcentraldirectoryentry.cppImplementation of zipios::ZipCentralDirectoryEntry
 zipcentraldirectoryentry.hppDeclaration of the zipios::ZipCentralDirectoryEntry, which represents a directory Zip archive entry
 zipendofcentraldirectory.cppDeclare zipios::ZipEndOfCentralDirectory whichs handles entries found in a Zip archive directory
 zipendofcentraldirectory.hppDeclaration of the zipios::ZipEndOfCentralDirectory class
 zipfile.cppThe implementation of zipios::ZipFile
 zipinputstream.cppImplementation of zipios::ZipInputStream
 zipinputstream.hppDefine zipios::ZipInputStream
 zipinputstreambuf.cppImplementation of zipios::ZipInputStreambuf
 zipinputstreambuf.hppDefine the zipios::ZipInputStreambuf class
 zipios_common.cppVarious functions used throughout the library
 zipios_common.hppVarious functions used throughout the library
 ziplocalentry.cppImplementation of the zipios::ZipLocalEntry class
 ziplocalentry.hppDeclare the zipios::ZipLocalEntry class used to handle Zip entries
 zipoutputstream.cppImplementation of the zipios::ZipOutputStream class
 zipoutputstream.hppDefine the zipios::ZipOutputStream class
 zipoutputstreambuf.cppImplementation of the zipios::ZipOutputStreambuf class
 zipoutputstreambuf.hppDefine the zipios::ZipOutputStreambuf class
  tools
 appendzip.cppTool used to append a Zip archive at the end of another file
 dosdatetime.cppDefine a command line tool to convert Unix/DOS times
 zipios.cppA tool to test various things in a zip file
 zipios_example.cppImplementation of a very simple Zipios example
  zipios
 collectioncollection.hppDefine the zipios::CollectionCollection class
 directorycollection.hppDefine the zipios::DirectoryCollection class
 directoryentry.hppDefine the zipios::DirectoryEntry class
 dosdatetime.hppDefine a type to manage date and time in MS-DOS format
 filecollection.hppDefine the zipios::FileCollection class
 fileentry.hppDefine the zipios::FileEntry class
 filepath.hppDefine the zipios::FilePath class
 virtualseeker.hppDefine the zipios::VirtualSeeker class
 zipfile.hppDefine the zipios::ZipFile class
 zipios-config.hpp.in
 zipiosexceptions.hppVarious exceptions used throughout the Zipios library, all based on zipios::Exception