javax.microedition.io
Interface OutputConnection

All Superinterfaces:
Connection
All Known Subinterfaces:
ContentConnection, 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

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

openDataOutputStream

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


Copyright © 2001-2011 MicroEmulator Team. All Rights Reserved.