Name

javax.microedition.io.InputConnection

Synopsis

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;
}

Get Wireless Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.