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

4 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		matchfinder.go#L45: 	Dest        io.Writer
		matchfinder.go#L85: 	_, w.err = w.Dest.Write(w.outBuf)
		matchfinder.go#L102: 	w.Dest = newDest

	github.com/andybalholm/brotli
		writer.go#L169: 		Dest:        dst,