javax.microedition.io
Interface InputConnection

All Superinterfaces:
Connection
All Known Subinterfaces:
FileConnection, SocketConnection, StreamConnection

public interface InputConnection
extends Connection

Author:
wolf

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

Method Detail

openInputStream

java.io.InputStream openInputStream()
                                    throws java.io.IOException
Throws:
java.io.IOException

openDataInputStream

java.io.DataInputStream openDataInputStream()
                                            throws java.io.IOException
Throws:
java.io.IOException