KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > io > InputConnection

javax.microedition.io
Interface InputConnection

All Superinterfaces:
Connection
All Known Subinterfaces:
ContentConnection, HttpConnection, StreamConnection
See Also:
Source Code

public DataInputStream openDataInputStream()
                                    throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InputStream openInputStream()
                            throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags