ZipCentralDirectoryFileHeaderRecord

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 ZipCentralDirectoryFileHeaderSignature.

Members

Variables

compressed_size
uint compressed_size;
Undocumented in source.
compression_method
ushort compression_method;
Undocumented in source.
crc_32
uint crc_32;
Undocumented in source.
disk_number_start
ushort disk_number_start;
Undocumented in source.
external_file_attributes
uint external_file_attributes;
Undocumented in source.
extra_field_length
ushort extra_field_length;
Undocumented in source.
extract_version
ushort extract_version;
Undocumented in source.
file_attribute_type
ubyte file_attribute_type;
Undocumented in source.
file_comment_length
ushort file_comment_length;
Undocumented in source.
file_name_length
ushort file_name_length;
Undocumented in source.
general_flags
ushort general_flags;
Undocumented in source.
internal_file_attributes
ushort internal_file_attributes;
Undocumented in source.
modification_file_date
ushort modification_file_date;
Undocumented in source.
modification_file_time
ushort modification_file_time;
Undocumented in source.
relative_offset_of_local_header
int relative_offset_of_local_header;
Undocumented in source.
uncompressed_size
uint uncompressed_size;
Undocumented in source.
zip_version
ubyte zip_version;
Undocumented in source.

Meta