Dateikopf
Dateikopf is the German term for the initial portion of a computer file that contains metadata and structural information used to interpret the rest of the file. In English this concept is typically called a file header. Etymology: from Datei (file) and Kopf (head). The term is used in German-language technical literature, documentation, and discussions about file formats.
In computing, the Dateikopf serves several purposes: it identifies the file type via a magic number or
Common elements found in many Dateikopf implementations include a magic identifier, version information, a data offset,
Examples of file headers: the PNG format uses an 8-byte signature followed by data chunks; the ZIP