getPosition method

  1. @override
int getPosition()
override

Returns the current position in the readbuffer source

Implementation

@override
int getPosition() {
  return _position;
}