next method

void next()

Implementation

void next() {
  if (blockReadSize > 0) {
    blockReadNext();
  } else {
    moveBy(1);
  }
}