public override bool AtEnd() { return(this.istream.AtEnd() && istream2.AtEnd()); }
public virtual bool AtEnd() { return(istream.AtEnd()); }
public override bool AtEnd() { return(ist.AtEnd() && second.AtEnd()); }