jp.cssj.rsr.helpers
クラス SerialSupportOutputStream

java.lang.Object
  拡張java.io.OutputStream
      拡張jp.cssj.rsr.helpers.SerialSupportOutputStream

public class SerialSupportOutputStream
extends OutputStream

SerialSupportへデータを追加するストリームです。

バージョン:
$Id$
作成者:
MIYABE Tatsuhiko

コンストラクタの概要
SerialSupportOutputStream(SerialSupport builder)
           
 
メソッドの概要
 void close()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
クラス java.io.OutputStream から継承したメソッド
flush
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SerialSupportOutputStream

public SerialSupportOutputStream(SerialSupport builder)
メソッドの詳細

write

public void write(int b)
           throws IOException
例外:
IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
例外:
IOException

write

public void write(byte[] b)
           throws IOException
例外:
IOException

close

public void close()
           throws IOException
例外:
IOException


(c)2008-2009 GNN & Co.,Ltd.