javax.microedition.io
Interface InputConnection

All Superinterfaces:
Connection
All Known Subinterfaces:
CommConnection, ContentConnection, FileConnection, HttpConnection, HttpsConnection, Operation, SecureConnection, SocketConnection, StreamConnection
All Known Implementing Classes:
MockStreamConnection

public interface InputConnection
extends Connection


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


Copyright © 2006-2007 Jayway AB. All Rights Reserved.