getBufferPosition method

int getBufferPosition()

Returns the position in the buffer.

Implementation

int getBufferPosition() {
  return 0;
}