net.wasamon.mjlib.ui
クラス JTextAreaOutputStream
java.lang.Object
java.io.OutputStream
net.wasamon.mjlib.ui.JTextAreaOutputStream
- すべての実装されたインタフェース:
- java.io.Closeable, java.io.Flushable
public class JTextAreaOutputStream
- extends java.io.OutputStream
フィールドの概要 |
private java.lang.StringBuffer |
buf
|
protected javax.swing.JTextArea |
textarea
|
クラス java.io.OutputStream から継承されたメソッド |
write |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
textarea
protected javax.swing.JTextArea textarea
buf
private java.lang.StringBuffer buf
JTextAreaOutputStream
public JTextAreaOutputStream(javax.swing.JTextArea textarea)
close
public void close()
- 定義:
- インタフェース
java.io.Closeable
内の close
- オーバーライド:
- クラス
java.io.OutputStream
内の close
flush
public void flush()
- 定義:
- インタフェース
java.io.Flushable
内の flush
- オーバーライド:
- クラス
java.io.OutputStream
内の flush
write
public void write(byte[] b)
- オーバーライド:
- クラス
java.io.OutputStream
内の write
wirte
public void wirte(byte[] b,
int off,
int len)
write
public void write(int arg0)
- 定義:
- クラス
java.io.OutputStream
内の write