|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
cct.tools.ui.JTextAreaOutputStream
public class JTextAreaOutputStream
Title:
Description:
Copyright: Copyright (c) 2007
Company: ANU
| Field Summary | |
|---|---|
(package private) javax.swing.JTextArea |
textArea
|
| Constructor Summary | |
|---|---|
JTextAreaOutputStream(javax.swing.JTextArea jTextArea)
|
|
| Method Summary | |
|---|---|
void |
close()
Has no effect |
void |
flush()
Flushes this output stream and forces any buffered output bytes to be written out. |
void |
write(byte[] b)
Writes b.length bytes from the specified byte array to this output stream. |
void |
write(byte[] b,
int off,
int len)
Writes len bytes from the specified byte array starting at offset off to this output stream. |
void |
write(int b)
Writes the specified byte to this output stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
javax.swing.JTextArea textArea
| Constructor Detail |
|---|
public JTextAreaOutputStream(javax.swing.JTextArea jTextArea)
| Method Detail |
|---|
public void close()
close in interface java.io.Closeableclose in class java.io.OutputStreampublic void flush()
flush in interface java.io.Flushableflush in class java.io.OutputStreampublic void write(byte[] b)
write in class java.io.OutputStreamb - byte[]
public void write(byte[] b,
int off,
int len)
write in class java.io.OutputStreamb - byte[]off - intlen - intpublic void write(int b)
write in class java.io.OutputStreamb - int
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||