atEnd method

bool atEnd()

Return true if all writeCount have been read, false otherwise.

Implementation

bool atEnd() => readCount == writeCount;