org.apache.batik.util.io
public interface CharDecoder
| Field Summary | |
|---|---|
| int | END_OF_STREAM
This constant represents the end of stream character. |
| Method Summary | |
|---|---|
| void | dispose()
Disposes the associated resources. |
| int | readChar()
Reads the next character. |
Returns: a character or END_OF_STREAM.