advanceBy method

void advanceBy(
  1. int length
)

Implementation

void advanceBy(int length) {
  pos += length;
}