January 2002
Intermediate to advanced
264 pages
8h 3m
English
javax.microedition.io.StreamConnection
This interface defines the capabilities that a stream connection must
have. It does not define any methods of its own, but it inherits all
methods from InputConnection and
OutputConnection.
public interfaceStreamConnection extends InputConnection, OutputConnection {
// all methods inherited from InputConnection and OutputConnection
}Read now
Unlock full access