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