#include <ZipCompressor.h>
Helper constants.
- Enumerator:
cDefaultBufferSize |
The default size of the buffer used in compression and decompression operations.
|
virtual COptions* CZipCompressor::COptions::Clone |
( |
| ) |
const |
|
pure virtual |
virtual int CZipCompressor::COptions::GetType |
( |
| ) |
const |
|
pure virtual |
int CZipCompressor::COptions::m_iBufferSize |
The size of the buffer used in compression and decompression operations. By default it is set 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: