# File lib/rdf/redland/stream.rb, line 30 def end? if not @stream return true else return (Redland.librdf_stream_end(self.stream) != 0) end end