compress/zlib.Writer.w (field)
7 uses
compress/zlib (current package)
writer.go#L29: w io.Writer
writer.go#L69: w: w,
writer.go#L79: z.w = w
writer.go#L119: if _, err = z.w.Write(z.scratch[0:2]); err != nil {
writer.go#L125: if _, err = z.w.Write(z.scratch[0:4]); err != nil {
writer.go#L132: z.compressor, err = flate.NewWriterDict(z.w, z.level, z.dict)
writer.go#L191: _, z.err = z.w.Write(z.scratch[0:4])
![]() |
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. |