CZipCompressor::COptions Struct Reference
#include <ZipCompressor.h>
List of all members.
Detailed Description
The base class for compressors options.
- See also:
- Compressing Data
CZipArchive::SetCompressionOptions
Member Enumeration Documentation
Helper constants.
- Enumerator:
-
| cDefaultBufferSize |
The default size of the buffer used in compression and decompression operations. |
Member Function Documentation
| virtual COptions* CZipCompressor::COptions::Clone |
( |
|
) |
const [pure virtual] |
| virtual int CZipCompressor::COptions::GetType |
( |
|
) |
const [pure virtual] |
Member Data Documentation
The size of the buffer used in compression and decompression operations. By default it is set to to cDefaultBufferSize. For the optimal performance of the deflate algorithm it should be set at least to 128kB.
- See also:
- CZipArchive::SetAdvanced
The documentation for this struct was generated from the following file: