archive/zip.headerFileInfo.fh (field)
11 uses
archive/zip (current package)
struct.go#L147: fh *FileHeader
struct.go#L150: func (fi headerFileInfo) Name() string { return path.Base(fi.fh.Name) }
struct.go#L152: if fi.fh.UncompressedSize64 > 0 {
struct.go#L153: return int64(fi.fh.UncompressedSize64)
struct.go#L155: return int64(fi.fh.UncompressedSize)
struct.go#L159: if fi.fh.Modified.IsZero() {
struct.go#L160: return fi.fh.ModTime()
struct.go#L162: return fi.fh.Modified.UTC()
struct.go#L164: func (fi headerFileInfo) Mode() fs.FileMode { return fi.fh.Mode() }
struct.go#L165: func (fi headerFileInfo) Type() fs.FileMode { return fi.fh.Mode().Type() }
struct.go#L166: func (fi headerFileInfo) Sys() interface{} { return fi.fh }
![]() |
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. |