#include <ZipCompressor.h>
A dictionary used for keeping options for different types of compressors.
- See also
- CZipArchive::SetCompressionOptions
◆ Get()
| COptions * CZipCompressor::COptionsMap::Get |
( |
int | iType | ) |
const |
Gets options for a compression method.
- Parameters
-
| iType | The compression method type. |
- Returns
- Pointer to the options, or NULL if not found.
◆ Remove()
| void CZipCompressor::COptionsMap::Remove |
( |
int | iType | ) |
|
Removes options for a compression method.
- Parameters
-
| iType | The compression method type. |
◆ Set()
| void CZipCompressor::COptionsMap::Set |
( |
const COptions * | pOptions | ) |
|
Sets or updates options for a compression method.
- Parameters
-
| pOptions | Pointer to the options to set. |
The documentation for this class was generated from the following file: