A byte input stream for reading from a socket.
Shuts down and closes this stream's underlying socket.
Receives up to buffer.length bytes from the socket, and stores them in buffer.
See Implementation
A byte input stream for reading from a socket.