| |
|
| java.lang.Object org.apache.batik.util.io.StringDecoder
Field Summary | |
protected int | length The number of chars in the string. | protected int | next The next char index. | protected String | string The string which contains the decoded characters. |
Method Summary | |
public void | dispose() Disposes the associated resources. | public int | readChar() Reads the next character. |
length | protected int length(Code) | | The number of chars in the string.
|
next | protected int next(Code) | | The next char index.
|
string | protected String string(Code) | | The string which contains the decoded characters.
|
StringDecoder | public StringDecoder(String s)(Code) | | Creates a new StringDecoder.
|
dispose | public void dispose() throws IOException(Code) | | Disposes the associated resources.
|
readChar | public int readChar() throws IOException(Code) | | Reads the next character.
a character or END_OF_STREAM. |
|
|
|