archive/zip.FileHeader.isZip64 (method)
5 uses
archive/zip (current package)
struct.go#L314: func (h *FileHeader) isZip64() bool {
writer.go#L101: if h.isZip64() || h.offset >= uint32max {
writer.go#L468: if fh.isZip64() {
writer.go#L483: if fh.isZip64() {
writer.go#L491: if fh.isZip64() {
![]() |
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. |