Searched defs:chunk_header_v1 (Results 1 – 1 of 1) sorted by relevance
34 struct chunk_header_v1 { struct35 int headerSize;36 int version;37 int dataSize; // corresponds to Header.chunkSize38 int nameLength; // not including the NULL terminator, which is not written to the file