archive/zip.countWriter.count (field)
9 uses
archive/zip (current package)
writer.go#L52: if w.cw.count != 0 {
writer.go#L55: w.cw.count = n
writer.go#L89: start := w.cw.count
writer.go#L145: end := w.cw.count
writer.go#L328: offset: uint64(w.cw.count),
writer.go#L465: fh.CompressedSize64 = uint64(w.compCount.count)
writer.go#L466: fh.UncompressedSize64 = uint64(w.rawCount.count)
writer.go#L504: count int64
writer.go#L509: w.count += int64(n)
![]() |
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. |