bit7z 4.0.9
A C++ library for interfacing with the 7-zip shared libs.
|
CBit7zLibrary | Allows accessing the basic functionalities provided by the 7z DLLs |
▼CBitAbstractArchiveHandler | Abstract class representing a generic archive handler |
▼CBitAbstractArchiveCreator | Abstract class representing a generic archive creator |
▼CBitCompressor< const tstring & > | |
CBitFileCompressor | Allows compressing files and directories |
▼CBitArchiveWriter | Allows creating new archives or updating old ones with new items |
CBitArchiveEditor | Allows creating new file archives or updating old ones |
CBitCompressor< Input > | The BitCompressor template class allows compressing files into archives |
▼CBitAbstractArchiveOpener | The BitAbstractArchiveOpener abstract class represents a generic archive opener |
CBitArchiveReader | Allows reading metadata of archives, as well as extracting them |
CBitExtractor< Input > | The BitExtractor template class allows extracting the content of archives from supported input types |
▼CBitGenericItem | The BitGenericItem interface class represents a generic item (either inside or outside an archive) |
▼CBitArchiveItem | Generic item inside an archive |
CBitArchiveItemInfo | Archived item and that stores all its properties for later use |
CBitArchiveItemOffset | Archived item but doesn't store its properties |
▼CBitInFormat | Extractable archive format |
CBitInOutFormat | Format available for creating new archives and extract old ones |
▼CBitInputArchive | The BitInputArchive class, given a handler object, allows reading/extracting the content of archives |
CBitArchiveReader | Allows reading metadata of archives, as well as extracting them |
CBitItemsVector | Vector of generic input items, i.e., items that can come from the filesystem, from memory buffers, or from standard streams |
▼CBitOutputArchive | The BitOutputArchive class, given a creator object, allows creating new archives |
CBitArchiveWriter | Allows creating new archives or updating old ones with new items |
CBitPropVariant | The BitPropVariant struct is a light extension to the WinAPI PROPVARIANT struct providing useful getters |
CBitInputArchive::ConstIterator | An iterator for the elements contained in an archive |
▼Csystem_error [external] | STL class |
CBitException | Generic exception thrown from the bit7z classes |