compress/zlib.Writer.dict (field)
6 uses
compress/zlib (current package)
writer.go#L31: dict []byte
writer.go#L71: dict: dict,
writer.go#L115: if z.dict != nil {
writer.go#L122: if z.dict != nil {
writer.go#L124: binary.BigEndian.PutUint32(z.scratch[:], adler32.Checksum(z.dict))
writer.go#L132: z.compressor, err = flate.NewWriterDict(z.w, z.level, z.dict)
![]() |
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. |