archive/zip.readBuf.uint16 (method)
21 uses
archive/zip (current package)
reader.go#L260: filenameLen := int(b.uint16())
reader.go#L261: extraLen := int(b.uint16())
reader.go#L277: f.CreatorVersion = b.uint16()
reader.go#L278: f.ReaderVersion = b.uint16()
reader.go#L279: f.Flags = b.uint16()
reader.go#L280: f.Method = b.uint16()
reader.go#L281: f.ModifiedTime = b.uint16()
reader.go#L282: f.ModifiedDate = b.uint16()
reader.go#L288: filenameLen := int(b.uint16())
reader.go#L289: extraLen := int(b.uint16())
reader.go#L290: commentLen := int(b.uint16())
reader.go#L330: fieldTag := extra.uint16()
reader.go#L331: fieldSize := int(extra.uint16())
reader.go#L370: attrTag := fieldBuf.uint16()
reader.go#L371: attrSize := int(fieldBuf.uint16())
reader.go#L503: diskNbr: uint32(b.uint16()),
reader.go#L504: dirDiskNbr: uint32(b.uint16()),
reader.go#L505: dirRecordsThisDisk: uint64(b.uint16()),
reader.go#L506: directoryRecords: uint64(b.uint16()),
reader.go#L509: commentLen: b.uint16(),
reader.go#L606: func (b *readBuf) uint16() uint16 {
![]() |
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. |