URLConnection.getOutputStream

URLConnection.getOutputStream

Class Overview | Class Members | This Package | All Packages

Syntax
public OutputStream getOutputStream() throws IOException
Returns
an output stream that writes to this connection.
Description
Returns an output stream that writes to this connection.

Exceptions
IOException if an I/O error occurs while creating the output stream.
Exceptions
UnknownServiceException if the protocol does not support output.