#include <DeflateCompressor.h>
◆ Clone()
Clones the current options object.
- Returns
- The cloned object of the same type as the current object.
Implements CZipCompressor::COptions.
◆ GetType()
| int ZipArchiveLib::CDeflateCompressor::COptions::GetType |
( |
| ) |
const |
|
inlinevirtual |
◆ m_bCheckLastBlock
| 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.
◆ m_bCreateOffsetsArray
| bool ZipArchiveLib::CDeflateCompressor::COptions::m_bCreateOffsetsArray |
◆ m_iSyncRatio
| int ZipArchiveLib::CDeflateCompressor::COptions::m_iSyncRatio |
The documentation for this struct was generated from the following file: