Advance the current offset position by steps.
steps
void advance(final int steps) => offset += steps;