Method Summary |
|
protected int | convertInput(int i) |
public String | getLine() Returns a String representing current line up to read position. |
public String | getPreviousLine() Returns a String representing previous line. |
public int | getReadColumn() Returns the current read position (0-n). |
public int | getReadLine() Returns the current read line number (1-n). |
public int | getScanColumn() Returns the current scan position (0-n). |
public int | getScanLine() Returns the current scan line number (1-n). |
public String | getUnreadText() Returns all unscanned input in buffer. |
public int | read() Overridden to resolve scan pointer. |
public void | setMark(int mark) Overridden to resolve scan pointer. |