Name

javax.microedition.io.OutputConnection

Synopsis

This interface defines the capabilities that an output stream connection must have. The openOutputStream( ) opens and returns an output stream for a connection, and openDataOutputStream( ) opens and returns a data output stream for a connection.

public interfaceOutputConnection extends Connection {
   // public instance methods
   public DataOutputStream openDataOutputStream(  ) throws IOException;
   public OutputStream openOutputStream(  ) 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.