ZipLocalFileSizeRecord

Struct which is stored at the end of a file if the CRC and length were not known when the file compression began.

This struct may optionally be preceded by a ZipLocalFileSizeSignature.

Members

Variables

compressed_size
uint compressed_size;
Undocumented in source.
crc_32
uint crc_32;
Undocumented in source.
uncompressed_size
uint uncompressed_size;
Undocumented in source.

Meta