A stream that is both a Source and a Sink.
Reads data into the specified buffer. The number of bytes read is returned.
Writes data to the stream. The number of bytes successfully written is returned.
See Implementation
A stream that is both a Source and a Sink.