Copies data from the current position in this stream to the end of this stream, into the given stream. The given stream is written to using it's current position as well.
The Stream to copy the data to.
The buffer used to temporarily store the data as it's being copied over. This buffer also determines how many bytes are copied at a time.
See Implementation
Copies data from the current position in this stream to the end of this stream, into the given stream. The given stream is written to using it's current position as well.