org.apache.batik.util.io
public class StringNormalizingReader extends NormalizingReader
| Field Summary | |
|---|---|
| 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. |
| Constructor Summary | |
|---|---|
| StringNormalizingReader(String s)
Creates a new StringNormalizingReader. | |
| Method Summary | |
|---|---|
| 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. |
Parameters: s The string to read.