public class TextAreaOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
TextAreaOutputStream(javax.swing.JTextPane textPane) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] buffer,
int offset,
int length) |
void |
write(int b) |
public void write(byte[] buffer,
int offset,
int length)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2004-2014 The YAWL Foundation.