Socket.getOutputStream
Class Overview | Class Members |
This Package |
All Packages
public OutputStream getOutputStream() throws IOException
Returns
an output stream for writing bytes to this socket.
Description
Returns an output stream for this socket.
Exceptions
IOException
if an I/O error occurs when creating the
output stream.