jp.go.nict.langrid.commons.io
クラス EmptyInputStream

java.lang.Object
  上位を拡張 java.io.InputStream
      上位を拡張 java.io.FilterInputStream
          上位を拡張 jp.go.nict.langrid.commons.io.EmptyInputStream
すべての実装されたインタフェース:
Closeable

public class EmptyInputStream
extends FilterInputStream

空のInputStream。

バージョン:
$Revision: 9749 $
作成者:
Takao Nakaguchi, $Author: nakaguchi $

フィールドの概要
 
クラス java.io.FilterInputStream から継承されたフィールド
in
 
コンストラクタの概要
EmptyInputStream()
          コンストラクタ。
 
メソッドの概要
 
クラス java.io.FilterInputStream から継承されたメソッド
available, close, mark, markSupported, read, read, read, reset, skip
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EmptyInputStream

public EmptyInputStream()
コンストラクタ。