getBufferPosition method

int getBufferPosition()

@return the current buffer position.

Implementation

int getBufferPosition() {
  return this._bufferPosition;
}