CZipActionCallback | Derive from this a class to be used as a callback object when adding, extracting, deleting, testing a file or saving central directory |
CZipAddNewFileInfo | Structure used as a parameter in CZipArchive::AddNewFile(CZipAddNewFileInfo& ); Use one of constructors provided and then adjust the member variables that are set to default values by Defaults method |
CZipArchive | The representation of the zip archive file |
CZipArchive::CWildcard | A class used in wildcard pattern matching |
CZipArchive::CZipClbckStrg | Storage for callback objects |
CZipArchive::CZipDeleteInfo | Holds map of holes and areas to remain when deleting files from the archive |
CZipArchive::CZipInternalInfo | The purpose of this structure is to hold the data that allow communication with the zlib library |
CZipArchive::CZipSmClrPass | A structure for the internal use only |
CZipAutoBuffer | A smart buffer freeing its contents on destruction |
CZipCallback | A base class for callback objects that are notified when various actions take place |
CZipCentralDir | A class representing the central directory record in the archive |
CZipCentralDir::CZipFindFast | Used in fast finding files by the filename |
CZipCentralDir::Info | Stores general information about the central directory record |
CZipException | A class representing exceptions specific to the ZipArchive library |
CZipFileHeader | Representation of a single file stored in the zip archive |
CZipFileMapping | Maps a file to the memory |
CZipMemFile | A memory buffer which behaves like a physical file |
CZipPathComponent | A class splitting a file path into components |
CZipSpanCallback | Derive from this a class to be used as a callback object for the disk change callback |
CZipStorage | A low-level class - operates physically on archive (CZipArchive operates logically) |