zipios++
2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
|
anonymous_namespace{appendzip.cpp} | |
anonymous_namespace{dostime.cpp} | |
anonymous_namespace{zipios.cpp} | A few static variables and functions |
zipios | The zipios namespace includes the Zipios++ library definitions |
anonymous_namespace{collectioncollection.cpp} | |
anonymous_namespace{filecollection.cpp} | |
MatchFileName | Class object used with the std::find_if() function |
MatchName | Class object used with the std::find_if() function |
anonymous_namespace{filepath.cpp} | |
anonymous_namespace{zipcentraldirectoryentry.cpp} | |
ZipCentralDirectoryEntryHeader | The header of a ZipCentralDirectoryEntry in a Zip archive |
anonymous_namespace{zipendofcentraldirectory.cpp} | Private definitions of the ZipEndOfCentralDirectory class |
anonymous_namespace{ziplocalentry.cpp} | Various definitions for local blocks |
ZipLocalEntryHeader | ZipLocalEntry Header |
anonymous_namespace{zipoutputstreambuf.cpp} | |
BackBuffer | To read a file by chunk from the end |
CollectionCollection | A collection of collections |
DeflateOutputStreambuf | A class to handle stream deflate on the fly |
DirectoryCollection | A collection generated from reading a directory |
DirectoryEntry | A file entry that does not use compression |
Exception | Base exception of the zipios environement |
FileCollection | Base class for various file collections |
FileCollectionException | FileCollectionException is used to signal a FileCollection problem |
FileEntry | A FileEntry represents an entry in a FileCollection |
FilePath | Handle a file path and name and its statistics |
FilterInputStreambuf | A base class to develop input stream filters |
FilterOutputStreambuf | A base class to develop output stream filters |
GZIPOutputStream | A stream implementation that outputs data to a ZIP file |
GZIPOutputStreambuf | Save the output stream buffer |
InflateInputStreambuf | A stream buffer to inflate data previous compressed with zlib |
InvalidException | An InvalidException is used when invalid data is provided |
InvalidStateException | Exception used when it is not possible to move forward |
IOException | An IOException is used to signal an I/O error |
VirtualSeeker | A virtual class used to see in a file embedded in another |
ZipCentralDirectoryEntry | A specialization of ZipLocalEntry for |
ZipEndOfCentralDirectory | Marker at the end of a Zip archive file |
ZipFile | Collection of files |
ZipInputStream | The ZipInputStream to read data from a Zip archive |
ZipInputStreambuf | An input stream buffer for Zip data |
ZipLocalEntry | An implementation of the FileEntry for Zip archives |
ZipOutputStream | A ZipOutputStream to allow for data to be compressed zlib |
ZipOutputStreambuf | Handle the output buffer of a zip archive |