|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.io.Reader
jp.cssj.sakae.sac.util.io.NormalizingReader
jp.cssj.sakae.sac.util.io.StringNormalizingReader
This class represents a NormalizingReader which handles Strings.
フィールドの概要 | |
protected int |
column
The current column in the stream. |
protected int |
length
The length of the string. |
protected int |
line
The current line in the stream. |
protected int |
next
The index of the next character. |
protected String |
string
The characters. |
クラス java.io.Reader から継承したフィールド |
lock |
コンストラクタの概要 | |
StringNormalizingReader(String s)
Creates a new StringNormalizingReader. |
メソッドの概要 | |
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 String string
protected int length
protected int next
protected int line
protected int column
コンストラクタの詳細 |
public StringNormalizingReader(String s)
s
- The string to read.メソッドの詳細 |
public int read() throws IOException
IOException
public int getLine()
NormalizingReader
内の getLine
public int getColumn()
NormalizingReader
内の getColumn
public void close() throws IOException
IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |