org.aminds.io
クラス EmptyReader

java.lang.Object
  上位を拡張 java.io.Reader
      上位を拡張 org.aminds.io.EmptyReader
すべての実装されたインタフェース:
Closeable, Readable

public class EmptyReader
extends Reader

作成者:
Masashi Nakanishi

フィールドの概要
 
クラス java.io.Reader から継承されたフィールド
lock
 
メソッドの概要
 void close()
           
static EmptyReader getInstance()
           
 int read()
           
 int read(char[] cbuf)
           
 int read(char[] cbuf, int off, int len)
           
 int read(CharBuffer target)
           
 boolean ready()
           
 long skip(long n)
           
 
クラス java.io.Reader から継承されたメソッド
mark, markSupported, reset
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getInstance

public static EmptyReader getInstance()

ready

public boolean ready()
              throws IOException
オーバーライド:
クラス Reader 内の ready
例外:
IOException

read

public int read(CharBuffer target)
定義:
インタフェース Readable 内の read
オーバーライド:
クラス Reader 内の read

read

public int read()
オーバーライド:
クラス Reader 内の read

read

public int read(char[] cbuf)
オーバーライド:
クラス Reader 内の read

read

public int read(char[] cbuf,
                int off,
                int len)
定義:
クラス Reader 内の read

skip

public long skip(long n)
オーバーライド:
クラス Reader 内の skip

close

public void close()
定義:
インタフェース Closeable 内の close
定義:
クラス Reader 内の close


Copyright (c) 2008-2011 Masashi Nakanishi.