skip method

void skip(
  1. int length
)

Implementation

void skip(int length) {
  _offset += length;
}