URLConnection.getOutputStream
Class Overview | Class Members |
This Package |
All Packages
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.