-
-
Notifications
You must be signed in to change notification settings - Fork 119
Bit7zLibrary
Oz edited this page May 19, 2024
·
11 revisions
The Bit7zLibrary class allows accessing the basic functionalities provided by the 7z DLLs.
#include <bit7z/bit7zlibrary.hpp>
Return type | Name |
---|---|
Bit7zLibrary( const tstring& libraryPath = kDefaultLibrary ) | |
~Bit7zLibrary() | |
void | setLargePageMode() |
Bit7zLibrary( const tstring& libraryPath = kDefaultLibrary )
Constructs a Bit7zLibrary object by loading the specified 7zip shared library. By default, it searches a 7z.dll in the same path of the application.
Parameters:
- libraryPath: the path to the shared library file to be loaded.
Destructs the Bit7zLibrary object, freeing the loaded shared library.
Set the 7-zip shared library to use large memory pages.
Documentation for bit7z v4.0.8
Copyright © 2014 - 2024 Riccardo Ostani (@rikyoz)
Copyright © 2014 - 2024 Riccardo Ostani (@rikyoz)
- Bit7zLibrary
- BitArchiveEditor
- BitArchiveReader
- BitArchiveWriter
- BitException
- BitFileCompressor
- BitFileExtractor
- BitMemCompressor
- BitMemExtractor
- BitStreamCompressor
- BitStreamExtractor
- BitInFormat