Package javax.microedition.io
Interface OutputConnection
-
- All Superinterfaces:
Connection
- All Known Subinterfaces:
ContentConnection
,HttpConnection
,StreamConnection
public interface OutputConnection extends Connection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataOutputStream
openDataOutputStream()
OutputStream
openOutputStream()
-
Methods inherited from interface javax.microedition.io.Connection
close
-
-
-
-
Method Detail
-
openDataOutputStream
DataOutputStream openDataOutputStream() throws IOException
- Throws:
IOException
-
openOutputStream
OutputStream openOutputStream() throws IOException
- Throws:
IOException
-
-