#include <ZipCentralDir.h>
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 |
Stores general information about the central directory. Request this information with CZipArchive::GetCentralDirInfo.
Definition at line 88 of file ZipCentralDir.h.
bool CZipCentralDir::CInfo::m_bInArchive |
This value is true
if the central directory is physically present in the archive; false
otherwise.
Definition at line 127 of file ZipCentralDir.h.
ZIP_SIZE_TYPE CZipCentralDir::CInfo::m_uEndOffset |
The position of the End of Central Directory Record. In the Zip64 it points to the Zip64 counterpart.
Definition at line 99 of file ZipCentralDir.h.
ZIP_INDEX_TYPE CZipCentralDir::CInfo::m_uEntriesNumber |
The total number of entries in the central directory.
Definition at line 108 of file ZipCentralDir.h.
ZIP_VOLUME_TYPE CZipCentralDir::CInfo::m_uLastVolume |
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 105 of file ZipCentralDir.h.
ZIP_SIZE_TYPE CZipCentralDir::CInfo::m_uOffset |
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 121 of file ZipCentralDir.h.
ZIP_SIZE_TYPE CZipCentralDir::CInfo::m_uSize |
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 114 of file ZipCentralDir.h.
ZIP_INDEX_TYPE CZipCentralDir::CInfo::m_uVolumeEntriesNo |
The total number of entries in the central directory on the last volume.
Definition at line 107 of file ZipCentralDir.h.
ZIP_VOLUME_TYPE CZipCentralDir::CInfo::m_uVolumeWithCD |
The number of the volume with the start of the central directory.
Definition at line 106 of file ZipCentralDir.h.