getBufferPosition method

int getBufferPosition()

Gets the current read position in the buffer.

Returns the byte offset from the start of the buffer

Implementation

int getBufferPosition() {
  return _bufferPosition;
}