archive/zip.writeBuf.uint16 (method)
26 uses
archive/zip (current package)
writer.go#L94: b.uint16(h.CreatorVersion)
writer.go#L95: b.uint16(h.ReaderVersion)
writer.go#L96: b.uint16(h.Flags)
writer.go#L97: b.uint16(h.Method)
writer.go#L98: b.uint16(h.ModifiedTime)
writer.go#L99: b.uint16(h.ModifiedDate)
writer.go#L111: eb.uint16(zip64ExtraID)
writer.go#L112: eb.uint16(24) // size = 3x uint64
writer.go#L122: b.uint16(uint16(len(h.Name)))
writer.go#L123: b.uint16(uint16(len(h.Extra)))
writer.go#L124: b.uint16(uint16(len(h.Comment)))
writer.go#L162: b.uint16(zipVersion45) // version made by
writer.go#L163: b.uint16(zipVersion45) // version needed to extract
writer.go#L193: b.uint16(uint16(records)) // number of entries this disk
writer.go#L194: b.uint16(uint16(records)) // number of entries total
writer.go#L197: b.uint16(uint16(len(w.comment))) // byte size of EOCD comment
writer.go#L315: eb.uint16(extTimeExtraID)
writer.go#L316: eb.uint16(5) // Size: SizeOf(uint8) + SizeOf(uint32)
writer.go#L388: b.uint16(h.ReaderVersion)
writer.go#L389: b.uint16(h.Flags)
writer.go#L390: b.uint16(h.Method)
writer.go#L391: b.uint16(h.ModifiedTime)
writer.go#L392: b.uint16(h.ModifiedDate)
writer.go#L396: b.uint16(uint16(len(h.Name)))
writer.go#L397: b.uint16(uint16(len(h.Extra)))
writer.go#L528: func (b *writeBuf) uint16(v 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. |