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 123]
 
redhat-linux-build
 
zipios
 
zipios-config.hpp
Zipios configuration header
 
src
 
backbuffer.cpp
The implementation file of zipios::BackBuffer
 
backbuffer.hpp
The header file for zipios::BackBuffer
 
collectioncollection.cpp
Implementation of zipios::CollectionCollection
 
deflateoutputstreambuf.cpp
Implementation of zipios::DeflateOutputStreambuf
 
deflateoutputstreambuf.hpp
Header file that defines zipios::DeflateOutputStreambuf
 
directorycollection.cpp
Implementation of zipios::DirectoryCollection
 
directoryentry.cpp
Implementation of zipios::DirectoryEntry
 
dosdatetime.cpp
Implementation of the zipios::DOSDateTime class
 
filecollection.cpp
Implementation of zipios::FileCollection
 
fileentry.cpp
Implementation of zipios::FileEntry
 
filepath.cpp
Implementation of zipios::FilePath
 
filterinputstreambuf.cpp
Implementation of zipios::FilterInputStreambuf
 
filterinputstreambuf.hpp
Header file that defines zipios::FilterInputStreambuf
 
filteroutputstreambuf.cpp
Implementation of zipios::FilterOutputStreambuf
 
filteroutputstreambuf.hpp
Declarations of the zipios::FilterOutputStreambuf
 
gzipoutputstream.cpp
Implementation of zipios::GZIPOutputStream
 
gzipoutputstream.hpp
This file defines zipios::GZIPOutputStream
 
gzipoutputstreambuf.cpp
This file is the implementation of zipios::GZIPOutputStreambuf class
 
gzipoutputstreambuf.hpp
File defining zipios::GZIPOutputStreambuf
 
inflateinputstreambuf.cpp
Implementation of zipios::InflateInputStreambuf
 
inflateinputstreambuf.hpp
Define zipios::InflateInputStreambuf to decompress files
 
virtualseeker.cpp
Implementation file that defines zipios::VirtualSeeker
 
zipcentraldirectoryentry.cpp
Implementation of zipios::ZipCentralDirectoryEntry
 
zipcentraldirectoryentry.hpp
Declaration of the zipios::ZipCentralDirectoryEntry, which represents a directory Zip archive entry
 
zipendofcentraldirectory.cpp
Declare zipios::ZipEndOfCentralDirectory which handles entries found in a Zip archive directory
 
zipendofcentraldirectory.hpp
Declaration of the zipios::ZipEndOfCentralDirectory class
 
zipfile.cpp
The implementation of zipios::ZipFile
 
zipinputstream.cpp
Implementation of zipios::ZipInputStream
 
zipinputstream.hpp
Define zipios::ZipInputStream
 
zipinputstreambuf.cpp
Implementation of zipios::ZipInputStreambuf
 
zipinputstreambuf.hpp
Define the zipios::ZipInputStreambuf class
 
zipios_common.cpp
Various functions used throughout the library
 
zipios_common.hpp
Various functions used throughout the library
 
ziplocalentry.cpp
Implementation of the zipios::ZipLocalEntry class
 
ziplocalentry.hpp
Declare the zipios::ZipLocalEntry class used to handle Zip entries
 
zipoutputstream.cpp
Implementation of the zipios::ZipOutputStream class
 
zipoutputstream.hpp
Define the zipios::ZipOutputStream class
 
zipoutputstreambuf.cpp
Implementation of the zipios::ZipOutputStreambuf class
 
zipoutputstreambuf.hpp
Define the zipios::ZipOutputStreambuf class
 
tools
 
appendzip.cpp
Tool used to append a Zip archive at the end of another file.
 
dosdatetime.cpp
Define a command line tool to convert Unix/DOS times
 
zipios.cpp
A tool to test various things in a zip file
 
zipios_example.cpp
Implementation of a very simple Zipios example.
 
zipios
 
collectioncollection.hpp
Define the zipios::CollectionCollection class
 
directorycollection.hpp
Define the zipios::DirectoryCollection class
 
directoryentry.hpp
Define the zipios::DirectoryEntry class
 
dosdatetime.hpp
Define a type to manage date and time in MS-DOS format
 
filecollection.hpp
Define the zipios::FileCollection class
 
fileentry.hpp
Define the zipios::FileEntry class
 
filepath.hpp
Define the zipios::FilePath class
 
virtualseeker.hpp
Define the zipios::VirtualSeeker class
 
zipfile.hpp
Define the zipios::ZipFile class
 
zipios-config.hpp.in
Zipios configuration header
 
zipiosexceptions.hpp
Various exceptions used throughout the Zipios library, all based on zipios::Exception