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

7 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		matchfinder.go#L44: type Writer struct {
		matchfinder.go#L59: func (w *Writer) Write(p []byte) (n int, err error) {
		matchfinder.go#L81: func (w *Writer) writeBlock(p []byte, lastBlock bool) (n int, err error) {
		matchfinder.go#L89: func (w *Writer) Close() error {
		matchfinder.go#L95: func (w *Writer) Reset(newDest io.Writer) {

	github.com/andybalholm/brotli
		writer.go#L126: func NewWriterV2(dst io.Writer, level int) *matchfinder.Writer {
		writer.go#L168: 	return &matchfinder.Writer{