Stream reads data from src in to dst until error, and returns the no. of bytes read. Internally, it bypasses io.ReaderFrom and io.WriterTo but uses io.CopyBuffer, recycling buffers from a global pool.
(dst io.Writer, src io.Reader)
source not stored for this graph (policy: none)