getBufferPosition method
Gets the current read position in the buffer.
Returns the byte offset from the start of the buffer
Implementation
int getBufferPosition() {
return _bufferPosition;
}
Gets the current read position in the buffer.
Returns the byte offset from the start of the buffer
int getBufferPosition() {
return _bufferPosition;
}