archive/zip.FileHeader.Comment (field)
6 uses
archive/zip (current package)
reader.go#L300: f.Comment = string(d[filenameLen+extraLen:])
reader.go#L304: utf8Valid2, utf8Require2 := detectUTF8(f.Comment)
struct.go#L98: Comment string
writer.go#L124: b.uint16(uint16(len(h.Comment)))
writer.go#L141: if _, err := io.WriteString(w.cw, h.Comment); err != nil {
writer.go#L283: utf8Valid2, utf8Require2 := detectUTF8(fh.Comment)
![]() |
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. |