|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.io.Reader
jp.cssj.sakae.sac.util.io.NormalizingReader
jp.cssj.sakae.sac.util.io.StreamNormalizingReader
This class represents a NormalizingReader which handles streams of bytes.
フィールドの概要 | |
protected int |
column
The current column in the stream. |
protected Reader |
in
The reader. |
protected int |
line
The current line in the stream. |
protected int |
nextChar
The next char. |
クラス java.io.Reader から継承したフィールド |
lock |
コンストラクタの概要 | |
StreamNormalizingReader(Reader in)
Creates a new NormalizingReader. |
メソッドの概要 | |
void |
close()
Close the stream. |
int |
getColumn()
Returns the current column in the stream. |
int |
getLine()
Returns the current line in the stream. |
int |
read()
Read a single character. |
クラス jp.cssj.sakae.sac.util.io.NormalizingReader から継承したメソッド |
read |
クラス java.io.Reader から継承したメソッド |
mark, markSupported, read, ready, reset, skip |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected final Reader in
protected int nextChar
protected int line
protected int column
コンストラクタの詳細 |
public StreamNormalizingReader(Reader in) throws IOException
メソッドの詳細 |
public int read() throws IOException
IOException
public int getLine()
NormalizingReader
内の getLine
public int getColumn()
NormalizingReader
内の getColumn
public void close() throws IOException
IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |