bit7z 4.0.9
A C++ library for interfacing with the 7-zip shared libs.
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nbit7zThe main namespace of the bit7z library
 CBit7zLibraryAllows accessing the basic functionalities provided by the 7z DLLs
 CBitAbstractArchiveCreatorAbstract class representing a generic archive creator
 CBitAbstractArchiveHandlerAbstract class representing a generic archive handler
 CBitAbstractArchiveOpenerThe BitAbstractArchiveOpener abstract class represents a generic archive opener
 CBitArchiveEditorAllows creating new file archives or updating old ones
 CBitArchiveItemGeneric item inside an archive
 CBitArchiveItemInfoArchived item and that stores all its properties for later use
 CBitArchiveItemOffsetArchived item but doesn't store its properties
 CBitArchiveReaderAllows reading metadata of archives, as well as extracting them
 CBitArchiveWriterAllows creating new archives or updating old ones with new items
 CBitCompressorThe BitCompressor template class allows compressing files into archives
 CBitExceptionGeneric exception thrown from the bit7z classes
 CBitExtractorThe BitExtractor template class allows extracting the content of archives from supported input types
 CBitFileCompressorAllows compressing files and directories
 CBitGenericItemThe BitGenericItem interface class represents a generic item (either inside or outside an archive)
 CBitInFormatExtractable archive format
 CBitInOutFormatFormat available for creating new archives and extract old ones
 CBitInputArchiveThe BitInputArchive class, given a handler object, allows reading/extracting the content of archives
 CConstIteratorAn iterator for the elements contained in an archive
 CBitItemsVectorVector of generic input items, i.e., items that can come from the filesystem, from memory buffers, or from standard streams
 CBitOutputArchiveThe BitOutputArchive class, given a creator object, allows creating new archives
 CBitPropVariantThe BitPropVariant struct is a light extension to the WinAPI PROPVARIANT struct providing useful getters