(int pos)
| 718 | |
| 719 | // Resets the cursor position to a previous value returned by pos(). |
| 720 | void rewindTo(int pos) { |
| 721 | this.pos = pos; |
| 722 | } |
| 723 | |
| 724 | // Returns true unless the stream is exhausted. |
| 725 | boolean more() { |
no outgoing calls
no test coverage detected