#include <ZipArchive.h>
Public Member Functions | |
CZipInternalInfo () | |
virtual | ~CZipInternalInfo () |
void | Init () |
Allocate internal buffer of m_iBufferSize size. | |
void | ReleaseBuf () |
Public Attributes | |
z_stream | m_stream |
zlib library data stream | |
DWORD | m_uUncomprLeft |
bytes left to uncompress | |
DWORD | m_uComprLeft |
bytes left to decompress | |
DWORD | m_uCrc32 |
crc32 file control value | |
DWORD | m_iBufferSize |
The size of the buffer used in decompressing data. | |
CZipAutoBuffer | m_pBuffer |
This buffer caches data during compression and decompression. |
Definition at line 225 of file ZipArchive.h.
|
The size of the buffer used in decompressing data. Set before opening the archive. It is usually set with CZipArchive::SetAdvanced (specify this value as the second argument).
Definition at line 260 of file ZipArchive.h. |