public class JTextAreaOutputStream extends OutputStream
| Constructor and Description |
|---|
JTextAreaOutputStream(JTextArea text) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int i,
int i1) |
void |
write(int i) |
close, flushpublic JTextAreaOutputStream(JTextArea text)
public void write(int i)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes,
int i,
int i1)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2018. All rights reserved.