advanceBy method

void advanceBy(
  1. int length
)
inherited

Implementation

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