jp.cssj.rsr.helpers
クラス SerialSupportOutputStream
java.lang.Object
java.io.OutputStream
jp.cssj.rsr.helpers.SerialSupportOutputStream
- すべての実装されたインタフェース:
- Closeable, Flushable
public class SerialSupportOutputStream
- extends OutputStream
SerialSupportへデータを追加するストリームです。
- バージョン:
- $Id$
- 作成者:
- MIYABE Tatsuhiko
クラス 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
- 定義:
- クラス
OutputStream
内の write
- 例外:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- オーバーライド:
- クラス
OutputStream
内の write
- 例外:
IOException
write
public void write(byte[] b)
throws IOException
- オーバーライド:
- クラス
OutputStream
内の write
- 例外:
IOException
close
public void close()
throws IOException
- 定義:
- インタフェース
Closeable
内の close
- オーバーライド:
- クラス
OutputStream
内の close
- 例外:
IOException
(c)2008-2011 GNN & Co.,Ltd.