archive/zip.directoryEnd.directoryOffset (field)
6 uses
archive/zip (current package)
reader.go#L105: if _, err = rs.Seek(int64(end.directoryOffset), io.SeekStart); err != nil {
reader.go#L508: directoryOffset: uint64(b.uint32()),
reader.go#L518: if d.directoryRecords == 0xffff || d.directorySize == 0xffff || d.directoryOffset == 0xffffffff {
reader.go#L528: if o := int64(d.directoryOffset); o < 0 || o >= size {
reader.go#L579: d.directoryOffset = b.uint64() // offset of start of central directory with respect to the starting disk number
struct.go#L199: directoryOffset uint64 // relative to file
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |