compress/zlib.Writer.compressor (field)
8 uses
compress/zlib (current package)
writer.go#L32: compressor *flate.Writer
writer.go#L81: if z.compressor != nil {
writer.go#L82: z.compressor.Reset(w)
writer.go#L129: if z.compressor == nil {
writer.go#L132: z.compressor, err = flate.NewWriterDict(z.w, z.level, z.dict)
writer.go#L154: n, err = z.compressor.Write(p)
writer.go#L171: z.err = z.compressor.Flush()
writer.go#L184: z.err = z.compressor.Close()
![]() |
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. |