Method Summary |
|
public boolean | atEOF() Returns true if there are no more characters left to be read. |
public boolean | atEOFOfCurrentStream() Returns true if the current stream has no more characters left to be read. |
public int | getLineNr() Returns the line number of the data in the current stream. |
public String | getPublicID() Returns the current public ID. |
public String | getSystemID() Returns the current system ID. |
public Reader | openStream(String publicID, String systemID) Opens a stream from a public and system ID. |
public char | read() Reads a character. |
public void | setPublicID(String publicID) Sets the public ID of the current stream. |
public void | setSystemID(String systemID) Sets the system ID of the current stream. |
public void | startNewStream(Reader reader) Starts a new stream from a Java reader. |
public void | unread(char ch) Pushes the last character read back to the stream. |