skip method

void skip(
  1. int bytes
)

Implementation

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