|
BenQ Mobile |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the capabilities that a stream connection must have.
In a typical implementation of this interface (for instance
in MIDP 2.0), all StreamConnections have one
underlying InputStream and one OutputStream.
Opening a DataInputStream counts as opening an
InputStream and opening a DataOutputStream
counts as opening an OutputStream. Trying to open
another InputStream or OutputStream
causes an IOException. Trying to open the
InputStream or OutputStream after
they have been closed causes an IOException.
The methods of StreamConnection are not
synchronized. The only stream method that can be called safely
in another thread is close.
| 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 |
|
BenQ Mobile |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner. All Rights Reserved. BenQ Corp. is a trademark licensee of Siemens AG. |
For further information about Mobility Toolkit (MTK) visit our Developer Portal. |