#include <DeflateCompressor.h>
Clones the current options object.
- Returns
- The cloned object of the same type as the current object.
Implements CZipCompressor::COptions.
int ZipArchiveLib::CDeflateCompressor::COptions::GetType |
( |
| ) |
const |
|
inlinevirtual |
bool ZipArchiveLib::CDeflateCompressor::COptions::m_bCheckLastBlock |
Enables or disables checking, if the compressed data ends with an end-of-stream block. This should be enabled to protect against malformed data. true
, if the checking of the last block should be enabled; false
otherwise.
bool ZipArchiveLib::CDeflateCompressor::COptions::m_bCreateOffsetsArray |
int ZipArchiveLib::CDeflateCompressor::COptions::m_iSyncRatio |
The documentation for this struct was generated from the following file: