advance method

void advance()

Advances the reading position by one line.

Implementation

void advance() {
  _pos++;
}