public interface OutputConnection extends Connection
| Modifier and Type | Method and Description |
|---|---|
DataOutputStream |
openDataOutputStream()
Open and return a data output stream for a connection.
|
OutputStream |
openOutputStream()
Open and return an output stream for a connection.
|
closeOutputStream openOutputStream() throws IOException
IOException - If an I/O error occursSecurityException - If a security manager exists, and the
operation is not allowed. (See the overview page for more information.)DataOutputStream openDataOutputStream() throws IOException
IOException - If an I/O error occursSecurityException - If a security manager exists, and the
operation is not allowed. (See the overview page for more information.)Copyright © 2012 code4tv.com. All Rights Reserved.