github.com/andybalholm/brotli/matchfinder.Writer.Encoder (field)

4 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		matchfinder.go#L47: 	Encoder     Encoder
		matchfinder.go#L84: 	w.outBuf = w.Encoder.Encode(w.outBuf, p, w.matches, lastBlock)
		matchfinder.go#L97: 	w.Encoder.Reset()

	github.com/andybalholm/brotli
		writer.go#L171: 		Encoder:     &Encoder{},