Socket.getInputStream

Socket.getInputStream

Class Overview | Class Members | This Package | All Packages

Syntax
public InputStream getInputStream() throws IOException
Returns
an input stream for reading bytes from this socket.
Description
Returns an input stream for this socket.

Exceptions
IOException if an I/O error occurs when creating the input stream.