EndPos
throw new Err("Sniffer pattern error: unterminated rule", stream.EndPos());
, (found ? found->Pos() : stream.EndPos()));
, (found ? found->Pos() : stream.EndPos()));
throw new Err("Sniffer pattern error: unterminated rule", EndPos());
ssize_t EndPos() const;