Searched defs:directoryEnd (Results 1 – 2 of 2) sorted by relevance
136 type directoryEnd struct { struct137 diskNbr uint32 // unused138 dirDiskNbr uint32 // unused139 dirRecordsThisDisk uint64 // unused140 directoryRecords uint64141 directorySize uint64142 directoryOffset uint64 // relative to file143 commentLen uint16144 comment string
473 func readDirectory64End(r io.ReaderAt, offset int64, d *directoryEnd) (err error) {