DCT Lightfoot v3 API specification

javax.microedition.io
Interface InputConnection

All Superinterfaces:
Connection
All Known Subinterfaces:
ContentConnection, HttpConnection, StreamConnection
All Known Implementing Classes:
Connection, Connection, Connection, HttpServerSocket

public interface InputConnection
extends Connection

Basic Input connection interface


Method Summary
 java.io.DataInputStream openDataInputStream()
          Opens an OutputStream for the connection
 InputStream openInputStream()
          Opens an InputStream for the connection
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Method Detail

openInputStream

public InputStream openInputStream()
                            throws IOException
Opens an InputStream for the connection

IOException

openDataInputStream

public java.io.DataInputStream openDataInputStream()
                                            throws IOException
Opens an OutputStream for the connection

IOException

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification