archive/zip.FileHeader.CreatorVersion (field)
8 uses
archive/zip (current package)
reader.go#L277: f.CreatorVersion = b.uint16()
struct.go#L111: CreatorVersion uint16
struct.go#L287: switch h.CreatorVersion >> 8 {
struct.go#L301: h.CreatorVersion = h.CreatorVersion&0xff | creatorUnix<<8
writer.go#L94: b.uint16(h.CreatorVersion)
writer.go#L291: fh.CreatorVersion = fh.CreatorVersion&0xff00 | zipVersion20 // preserve compatibility byte
![]() |
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. |