public static class Message.ShowStream
extends OutputStream
Constructor and Description |
---|
ShowStream(javax.swing.text.Highlighter.HighlightPainter color) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush()
show() the buffer contents, if any
|
void |
write(int b)
Put characters in a buffer until newline arrives;
then show() the whole
|
public ShowStream(javax.swing.text.Highlighter.HighlightPainter color)
public void close()
close
in interface Closeable
close
in interface java.lang.AutoCloseable
close
in class OutputStream
public void flush()
flush
in interface Flushable
flush
in class OutputStream
public void write(int b)
write
in class OutputStream
b
- Incoming character