advance method

void advance()

Moves the read position one character ahead.

Implementation

void advance() => advanceBy(1);