#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 |
Definition at line 88 of file ZipCentralDir.h.
This value is true
if the central directory is physically present in the archive; false
otherwise.
Definition at line 123 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 95 of file ZipCentralDir.h.
ZIP_INDEX_TYPE CZipCentralDir::CInfo::m_uEntriesNumber |
The total number of entries in the central directory.
Definition at line 104 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 101 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 117 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 110 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 103 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 102 of file ZipCentralDir.h.