EndOfCentralDirectoryRecord

Struct which is stored at the end of the archive. It is followed by a comment of length up to 65535 bytes.

This record will always be preceded by a ZipEndOfCentralDirectorySignature

Members

Variables

central_directory_entries_on_this_disk
ushort central_directory_entries_on_this_disk;
Undocumented in source.
central_directory_entries_total
ushort central_directory_entries_total;
Undocumented in source.
disk_number
ushort disk_number;
Undocumented in source.
disk_with_start_of_central_directory
ushort disk_with_start_of_central_directory;
Undocumented in source.
file_comment_length
ushort file_comment_length;
Undocumented in source.
offset_of_start_of_cd_from_starting_disk
uint offset_of_start_of_cd_from_starting_disk;
Undocumented in source.
size_of_central_directory
uint size_of_central_directory;
Undocumented in source.

Meta