Lines Matching defs:FileHeader
70 type FileHeader struct { struct
75 Name string
77 CreatorVersion uint16
78 ReaderVersion uint16
79 Flags uint16
80 Method uint16
81 ModifiedTime uint16 // MS-DOS time
82 ModifiedDate uint16 // MS-DOS date
83 CRC32 uint32
84 CompressedSize uint32 // Deprecated: Use CompressedSize64 instead.
85 UncompressedSize uint32 // Deprecated: Use UncompressedSize64 instead.
86 CompressedSize64 uint64
87 UncompressedSize64 uint64
88 Extra []byte
89 ExternalAttrs uint32 // Meaning depends on CreatorVersion
90 Comment string