javax.microedition.io
Interface OutputConnection

All Superinterfaces:
Connection
All Known Subinterfaces:
CommConnection, ContentConnection, FileConnection, HttpConnection, HttpsConnection, Operation, SecureConnection, SocketConnection, StreamConnection
All Known Implementing Classes:
MockStreamConnection

public interface OutputConnection
extends Connection


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

Method Detail

openOutputStream

OutputStream openOutputStream()
                              throws IOException
Throws:
IOException

openDataOutputStream

DataOutputStream openDataOutputStream()
                                      throws IOException
Throws:
IOException


Copyright © 2006-2007 Jayway AB. All Rights Reserved.