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
           
 
コンストラクタの概要
JTextAreaOutputStream(javax.swing.JTextArea textarea)
           
 
メソッドの概要
 void close()
           
 void flush()
           
 void wirte(byte[] b, int off, int len)
           
 void write(byte[] b)
           
 void write(int arg0)
           
 
クラス 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