readCount property

int readCount
getter/setter pair

Return total number of readCount within the buffer.

The result will be <= the writeCount amount.

Implementation

int readCount = 0;