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

11 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#L152: 	w := &matchfinder.Writer{

	github.com/andybalholm/brotli/flate
		writer.go#L12: func NewWriter(w io.Writer, level int) *matchfinder.Writer {
		writer.go#L19: func NewGZIPWriter(w io.Writer, level int) *matchfinder.Writer {
		writer.go#L23: func newWriter(w io.Writer, level int, e matchfinder.Encoder) *matchfinder.Writer {
		writer.go#L60: 	return &matchfinder.Writer{