Searched defs:LocalFileHeader (Results 1 – 1 of 1) sorted by relevance
36 struct __attribute__((packed)) LocalFileHeader { struct37 uint32_t signature = 0;38 uint16_t versionNeeded = 0;39 uint16_t flags = 0;40 uint16_t compressionMethod = 0;41 uint16_t modifiedTime = 0;42 uint16_t modifiedDate = 0;43 uint32_t crc = 0;44 uint32_t compressedSize = 0;45 uint32_t uncompressedSize = 0;[all …]