readCount property
Return total number of readCount within the buffer.
The result will be <= the writeCount amount.
Implementation
int readCount = 0;
Return total number of readCount within the buffer.
The result will be <= the writeCount amount.
int readCount = 0;