|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
PIRL.Viewers.Stream_Monitor.Monitor_OutputStream
public class Stream_Monitor.Monitor_OutputStream
| Constructor Summary | |
|---|---|
Stream_Monitor.Monitor_OutputStream()
|
|
| Method Summary | |
|---|---|
void |
close()
The currently buffered characters are flushed, but the writer can still be written to. |
void |
flush()
Flush the currently buffered bytes to the monitor display. |
void |
write(int value)
Write a byte to the monitor. |
| Methods inherited from class java.io.OutputStream |
|---|
write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Stream_Monitor.Monitor_OutputStream()
| Method Detail |
|---|
public void write(int value)
Each byte written is buffered until an end-of-line sequence is
encountered or the buffer is full at which point the buffer is
flushed to the display. An end-of-line line
sequence is any one of a line feed ('\n', 0x0A), a carriage return
('\r', 0x0D), or a carriage return followed immediately by a
linefeed.
write in class OutputStreamvalue - An integer value of which only the least significant
byte is buffered.public void flush()
The currently buffered bytes are converted to a String using the
default character encoding. This text is written to the monitor display. The text is eligible
for auto-style processing, if enabled.
flush in interface Flushableflush in class OutputStreampublic void close()
close in interface Closeableclose in class OutputStream
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||