public static class Console.ConsoleFrame.MyByteArrayOutputStream
extends java.io.ByteArrayOutputStream
Constructor and Description |
---|
MyByteArrayOutputStream(javax.swing.JTextArea textArea,
Tableau tableau)
Create an output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public MyByteArrayOutputStream(javax.swing.JTextArea textArea, Tableau tableau)
textArea
- The textarea that gets updated.tableau
- The tableau containing the text area.