|
|||||||||
Home >> All >> javax >> microedition >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
javax.microedition.io
Interface OutputConnection

- All Superinterfaces:
- Connection
- All Known Subinterfaces:
- ContentConnection, HttpConnection, StreamConnection
- public interface OutputConnection
- extends Connection
Method Summary | |
java.io.DataOutputStream |
openDataOutputStream()
|
java.io.OutputStream |
openOutputStream()
|
Methods inherited from interface javax.microedition.io.Connection |
close |
Method Detail |
openOutputStream
public java.io.OutputStream openOutputStream() throws java.io.IOException
openDataOutputStream
public java.io.DataOutputStream openDataOutputStream() throws java.io.IOException
|
|||||||||
Home >> All >> javax >> microedition >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |