javax.microedition.io
Interface InputConnection

All Superinterfaces:
Connection
All Known Subinterfaces:
ContentConnection, HttpConnection, StreamConnection

public interface InputConnection
extends Connection


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

Method Detail

openDataInputStream

public DataInputStream openDataInputStream()
                                    throws IOException
Throws:
IOException

openInputStream

public InputStream openInputStream()
                            throws IOException
Throws:
IOException