#include <DeflateCompressor.h>
Public Member Functions | |
CZipCompressor::COptions * | Clone () const |
int | GetType () const |
Public Attributes | |
bool | m_bCheckLastBlock |
Definition at line 50 of file DeflateCompressor.h.
CZipCompressor::COptions* ZipArchiveLib::CDeflateCompressor::COptions::Clone | ( | ) | const [inline, virtual] |
Clones the current options object.
Implements CZipCompressor::COptions.
Definition at line 62 of file DeflateCompressor.h.
int ZipArchiveLib::CDeflateCompressor::COptions::GetType | ( | ) | const [inline, virtual] |
Returns the type of the compressor to which the current options apply.
Implements CZipCompressor::COptions.
Definition at line 57 of file DeflateCompressor.h.
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.