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