getBufferSize method

int getBufferSize()

@return the current size of the read buffer.

Implementation

int getBufferSize() {
  return this._bufferData.length;
}