jp.ne.mki.wedge.pub.vfunit.util
クラス StringBufferWriter

java.lang.Object
  上位を拡張 java.io.Writer
      上位を拡張 jp.ne.mki.wedge.pub.vfunit.util.StringBufferWriter
すべての実装されたインタフェース:
java.io.Closeable, java.io.Flushable, java.lang.Appendable

public class StringBufferWriter
extends java.io.Writer

既存のStringBufferに出力する Writer

作成者:
kanbayashi

フィールドの概要
 
クラス java.io.Writer から継承されたフィールド
lock
 
コンストラクタの概要
StringBufferWriter()
           
 
メソッドの概要
 void close()
           
 void flush()
           
 java.lang.String toString()
           
 void write(char[] cbuf, int off, int len)
           
 
クラス java.io.Writer から継承されたメソッド
append, append, append, write, write, write, write
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

StringBufferWriter

public StringBufferWriter()
メソッドの詳細

write

public void write(char[] cbuf,
                  int off,
                  int len)
           throws java.io.IOException
定義:
クラス java.io.Writer 内の write
例外:
java.io.IOException

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

close

public void close()
           throws java.io.IOException
定義:
インタフェース java.io.Closeable 内の close
定義:
クラス java.io.Writer 内の close
例外:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
定義:
インタフェース java.io.Flushable 内の flush
定義:
クラス java.io.Writer 内の flush
例外:
java.io.IOException