getBufferSize method
Gets the total size of the buffer.
Returns the number of bytes in the buffer
Implementation
int getBufferSize() {
return _bufferData.length;
}
Gets the total size of the buffer.
Returns the number of bytes in the buffer
int getBufferSize() {
return _bufferData.length;
}