getBufferSize method

int getBufferSize()

Gets the total size of the buffer.

Returns the number of bytes in the buffer

Implementation

int getBufferSize() {
  return _bufferData.length;
}