Reads data from the socket. The stream itself doesn't buffer reading because the OS already buffers when receiving on a streaming socket.
See Implementation
Reads data from the socket. The stream itself doesn't buffer reading because the OS already buffers when receiving on a streaming socket.