How many bytes of the slot from the last beginRead are real.
int get readUsedBytes { assert(_readSlot >= 0, 'readUsedBytes before a successful beginRead()'); return _control[_usedWord + _readSlot]; }