getPosition method

int getPosition()
override

Returns the current position in the readbuffer source

Implementation

int getPosition() {
  return _lastOffset;
}