add method

void add(
  1. int offset
)

Implementation

void add(int offset) {
  _pos += offset;
}