#include <DeflateCompressor.h>
Public Member Functions | |
CZipCompressor::COptions * | Clone () const |
int | GetType () const |
Public Attributes | |
bool | m_bCheckLastBlock |
![]() | |
bool | m_bDetectLibMemoryLeaks |
![]() | |
int | m_iBufferSize |
Additional Inherited Members | |
![]() | |
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.