babase.ranker
Class MessagePanel.GUIOutputStream
java.lang.Object
java.io.OutputStream
babase.ranker.MessagePanel.GUIOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
- Enclosing class:
- MessagePanel
public static class MessagePanel.GUIOutputStream
- extends java.io.OutputStream
|
Method Summary |
protected void |
append(java.lang.String s)
|
void |
write(byte[] buf)
|
void |
write(byte[] buf,
int off,
int len)
|
void |
write(int b)
|
| Methods inherited from class java.io.OutputStream |
close, flush |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
replacementString
protected static final java.lang.String replacementString
- See Also:
- Constant Field Values
_jTextArea
protected javax.swing.JTextArea _jTextArea
_maxChars
protected final int _maxChars
_targetChars
protected final int _targetChars
MessagePanel.GUIOutputStream
public MessagePanel.GUIOutputStream(javax.swing.JTextArea jTextArea,
int maxChars,
int targetChars)
append
protected void append(java.lang.String s)
write
public void write(int b)
- Specified by:
write in class java.io.OutputStream
write
public void write(byte[] buf)
- Overrides:
write in class java.io.OutputStream
write
public void write(byte[] buf,
int off,
int len)
- Overrides:
write in class java.io.OutputStream