public override bool Read()
        {
            bool RC = _reader.Read();

            _isDone = !RC;
            return(RC);
        }