Generic abstract stream. It stores a socket.
Receives bytes from the connected socket.
Sends bytes to the connected socket.
Indicates the result of the last receive call performed on the connected socket.
Socket used for writing and reading data.
See Implementation
Generic abstract stream. It stores a socket.