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 |
クラス 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