javax.microedition.io
Interface OutputConnection
- All Superinterfaces:
- Connection
- All Known Subinterfaces:
- CommConnection, ContentConnection, HttpConnection, HttpsConnection, SecureConnection, SocketConnection, StreamConnection
public interface OutputConnection
- extends Connection
Standard Java interface.
Compliance: CLDC: 1.0 complete
openOutputStream
OutputStream openOutputStream()
throws IOException
- Throws:
IOException
openDataOutputStream
DataOutputStream openDataOutputStream()
throws IOException
- Throws:
IOException