Return true if all writeCount have been read, false otherwise.
bool atEnd() => readCount == writeCount;