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

5 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#L153: 		Dest:        dst,

	github.com/andybalholm/brotli/flate
		writer.go#L61: 		Dest:        w,