#include <ZipCentralDir.h>
Public Member Functions | |
CZipFindFast (CZipFileHeader *pHeader, ZIP_INDEX_TYPE uIndex) | |
Public Attributes | |
CZipFileHeader * | m_pHeader |
ZIP_INDEX_TYPE | m_uIndex |
Used in fast finding files by the filename. A structure for the internal use only.
Definition at line 63 of file ZipCentralDir.h.
CZipFileHeader* CZipCentralDir::CZipFindFast::m_pHeader |
A pointer to the structure in CZipCentralDir. We extract a name from it.
Definition at line 75 of file ZipCentralDir.h.
ZIP_INDEX_TYPE CZipCentralDir::CZipFindFast::m_uIndex |
The index in the central directory of the m_pHeader.
Definition at line 80 of file ZipCentralDir.h.