type github.com/andybalholm/brotli.FastEncoder

4 uses

	github.com/andybalholm/brotli (current package)
		encoder_fast.go#L16: type FastEncoder struct {
		encoder_fast.go#L23: func (e *FastEncoder) Reset() {
		encoder_fast.go#L28: func (e *FastEncoder) Encode(dst []byte, src []byte, matches []matchfinder.Match, lastBlock bool) []byte {
		writer.go#L159: 		w.Encoder = &FastEncoder{}