SocketImpl.getOutputStream

SocketImpl.getOutputStream

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract OutputStream getOutputStream() throws IOException
Returns
an output stream for writing to this socket.
Description
Returns an output stream for this socket.

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