type github.com/andybalholm/brotli/matchfinder.Encoder

6 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		matchfinder.go#L33: type Encoder interface {
		matchfinder.go#L47: 	Encoder     Encoder

	github.com/andybalholm/brotli/flate
		gzip.go#L10: func NewGZIPEncoder() matchfinder.Encoder {
		gzip.go#L17: 	f           matchfinder.Encoder
		huffman_bit_writer.go#L80: func NewEncoder() matchfinder.Encoder {
		writer.go#L23: func newWriter(w io.Writer, level int, e matchfinder.Encoder) *matchfinder.Writer {