CZipArchive::CZipInternalInfo Struct Reference

The purpose of this structure is to hold the data that allow communication with the zlib library. More...

#include <ZipArchive.h>

List of all members.

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.


Detailed Description

The purpose of this structure is to hold the data that allow communication with the zlib library.

Definition at line 225 of file ZipArchive.h.


Member Data Documentation

DWORD CZipArchive::CZipInternalInfo::m_iBufferSize
 

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).

See also:
CZipArchive::SetAdvanced

Definition at line 260 of file ZipArchive.h.


The documentation for this struct was generated from the following file:
ZipArchive Copyright © 2000 - 2006 Tadeusz Dracz . Generated at Fri Apr 7 13:55:24 2006.