javax.microedition.io
Interface InputConnection

All Superinterfaces:
Connection
All Known Subinterfaces:
CommConnection, ContentConnection, HttpConnection, HttpsConnection, SecureConnection, SocketConnection, StreamConnection


public interface InputConnection
extends Connection

Standard Java interface.

Compliance: CLDC: 1.0 complete


Method Summary
 DataInputStream openDataInputStream()
           
 InputStream openInputStream()
           
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Method Detail

openInputStream

InputStream openInputStream()
                            throws IOException
Throws:
IOException

openDataInputStream

DataInputStream openDataInputStream()
                                    throws IOException
Throws:
IOException