archive/zip.FileHeader.ReaderVersion (field)
6 uses
archive/zip (current package)
reader.go#L278: f.ReaderVersion = b.uint16()
struct.go#L112: ReaderVersion uint16
writer.go#L95: b.uint16(h.ReaderVersion)
writer.go#L292: fh.ReaderVersion = zipVersion20
writer.go#L388: b.uint16(h.ReaderVersion)
writer.go#L471: fh.ReaderVersion = zipVersion45 // requires 4.5 - File uses ZIP64 format extensions
![]() |
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. |