org.aminds.io
クラス EmptyReader
java.lang.Object
java.io.Reader
org.aminds.io.EmptyReader
- すべての実装されたインタフェース:
- Closeable, Readable
public class EmptyReader
- extends Reader
- 作成者:
- Masashi Nakanishi
| クラス 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.