January 2002
Intermediate to advanced
264 pages
8h 3m
English
javax.microedition.io.InputConnection
This interface defines the capabilities that an input stream
connection must have. The openInputStream( )
method opens and returns an input stream for a connection, and
openDataInputStream( ) opens and returns a data
input stream for a connection.
public interfaceInputConnection extends Connection { // public instance methods public DataInputStream openDataInputStream( ) throws IOException; public InputStream openInputStream( ) throws IOException; }
Read now
Unlock full access