javax.microedition.io
Interface OutputConnection

All Superinterfaces:
Connection
All Known Subinterfaces:
FileConnection, SocketConnection, StreamConnection
All Known Implementing Classes:
Protocol

public interface OutputConnection
extends Connection

Author:
wolf

Method Summary
 java.io.DataOutputStream openDataOutputStream()
           
 java.io.OutputStream openOutputStream()
           
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Method Detail

openDataOutputStream

java.io.DataOutputStream openDataOutputStream()
                                              throws java.io.IOException
Throws:
java.io.IOException

openOutputStream

java.io.OutputStream openOutputStream()
                                      throws java.io.IOException
Throws:
java.io.IOException