Sun SPOT API
Green Release  


javax.microedition.io
Interface StreamConnection

All Superinterfaces:
Connection, InputConnection, OutputConnection
All Known Subinterfaces:
ContentConnection, RadioConnection
All Known Implementing Classes:
Protocol, Protocol, Protocol, Protocol

public interface StreamConnection
extends InputConnection, OutputConnection

This interface defines the capabilities that a stream connection must have.

Version:
1.0 10/08/99
Author:
Nik Shaylor

Method Summary
 
Methods inherited from interface javax.microedition.io.InputConnection
openDataInputStream, openInputStream
 
Methods inherited from interface javax.microedition.io.Connection
close
 
Methods inherited from interface javax.microedition.io.OutputConnection
openDataOutputStream, openOutputStream
 
Methods inherited from interface javax.microedition.io.Connection
close
 


Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.