#include <DeflateCompressor.h>

Public Member Functions | |
| CZipCompressor::COptions * | Clone () const |
| int | GetType () const |
Public Attributes | |
| bool | m_bCheckLastBlock |
Public Attributes inherited from ZipArchiveLib::CBaseLibCompressor::COptions | |
| bool | m_bDetectLibMemoryLeaks |
Public Attributes inherited from CZipCompressor::COptions | |
| int | m_iBufferSize |
Additional Inherited Members | |
Public Types inherited from CZipCompressor::COptions | |
| enum | Constants { cDefaultBufferSize = 2 * 65536 } |
Represents options of the CDeflateCompressor.
Definition at line 50 of file DeflateCompressor.h.
|
inlinevirtual |
Clones the current options object.
Implements CZipCompressor::COptions.
Definition at line 62 of file DeflateCompressor.h.
|
inlinevirtual |
Returns the type of the compressor to which the current options apply.
Implements CZipCompressor::COptions.
Definition at line 57 of file DeflateCompressor.h.
| 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.
Definition at line 72 of file DeflateCompressor.h.