SocketImpl.getInputStream

SocketImpl.getInputStream

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract InputStream getInputStream() throws IOException
Returns
a stream for reading from this socket.
Description
Returns an input stream for this socket.

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