|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ComplexOutputStream
Provides a set of high-level communication methods for writing.
| all |
| Method Summary | |
|---|---|
void |
writeUTF8(String buffer)
Writes a single String to the stream. |
| Methods inherited from interface jcontrol.io.BasicOutputStream |
|---|
close, write, write |
| Method Detail |
|---|
void writeUTF8(String buffer)
throws IOException
String to the stream. This is a blocking operation, if the transmit device is busy
the current Thread is yielded and should be woken up if the device becomes
ready. Implementing classes may throw an IOException if a timeout is
reached. The String is written in raw UTF8-Format with two preceiding bytes specifying the
size of the String.
buffer - the String to write
IOException - if an error occursString
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||