Compression method; e.g. none = 0, DEFLATE = 8 (or "\0x08\0x00")
CRC-32 of uncompressed data Value computed over file data by CRC-32 algorithm with 'magic number' 0xdebb20e3 (little endian)
External file attributes (host-system dependent)
Extra field
Used to store additional information. The field consistes of a sequence of header and data pairs, where the header has a 2 byte identifier and a 2 byte data size field.
Extra field length (m)
File comment
File comment length (k)
File name
File name length (n)
General purpose bit flag
Internal file attributes
Bit 0: apparent ASCII/text file Bit 1: reserved Bit 2: control field records precede logical records Bits 3-16: unused
File last modification date (DOS)
File last modification time (DOS)
Relative offset of local file header. This is the number of bytes between the start of the first disk on which the file occurs, and the start of the local file header. This allows software reading the central directory to locate the position of the file inside the ZIP file.
Central directory file header signature = 0x02014b50
Disk number where file starts
Uncompressed size (or 0xffffffff for ZIP64)
Version of the program this ZIP was made by.
Upper byte:
Version needed to extract (minimum)
Length of the entire record
Generated using TypeDoc
Compressed size (or 0xffffffff for ZIP64)