CZipCentralDir::CInfo Struct Reference

#include <ZipCentralDir.h>

List of all members.

Public Attributes

bool m_bInArchive
ZIP_SIZE_TYPE m_uEndOffset
ZIP_INDEX_TYPE m_uEntriesNumber
 The total number of entries in the central directory.
ZIP_VOLUME_TYPE m_uLastVolume
ZIP_SIZE_TYPE m_uOffset
ZIP_SIZE_TYPE m_uSize
ZIP_INDEX_TYPE m_uVolumeEntriesNo
 The total number of entries in the central directory on the last volume.
ZIP_VOLUME_TYPE m_uVolumeWithCD
 The number of the volume with the start of the central directory.

Friends

class CZipCentralDir


Detailed Description

Stores general information about the central directory. Request this information with CZipArchive::GetCentralDirInfo.

Definition at line 88 of file ZipCentralDir.h.


Member Data Documentation

This value is true if the central directory is physically present in the archive; false otherwise.

Definition at line 123 of file ZipCentralDir.h.

The position of the End of Central Directory Record. In the Zip64 it points to the Zip64 counterpart.

Definition at line 95 of file ZipCentralDir.h.

The total number of entries in the central directory.

Definition at line 104 of file ZipCentralDir.h.

The zero-based number of the volume with the End of Central Directory Record. To determine the total number of segments in the archive, add one to this value.

Definition at line 101 of file ZipCentralDir.h.

The offset of the start of the central directory with respect to the starting volume number. It is the value written in the central directory record. This value is valid only if m_bInArchive is true.

Definition at line 117 of file ZipCentralDir.h.

The size of the central directory. This value is valid only if m_bInArchive is true; in other cases use the GetSize method instead.

Definition at line 110 of file ZipCentralDir.h.

The total number of entries in the central directory on the last volume.

Definition at line 103 of file ZipCentralDir.h.

The number of the volume with the start of the central directory.

Definition at line 102 of file ZipCentralDir.h.


The documentation for this struct was generated from the following file:

The ZipArchive Library Copyright © 2000 - 2009 Artpol Software - Tadeusz Dracz. Generated at Fri Apr 24 16:46:34 2009.