Redland RDF Application Framework API Reference Manual | ||
---|---|---|
<<< Previous | Next >>> |
This prints the remaining statements of the stream to the given file handle. Note that after this method is called the stream will be empty so that librdf_stream_end will always be true and librdf_stream_next will always return NULL. The only useful operation is to dispose of the stream with the librdf_free_stream destructor.
This method is for debugging and the format of the output should not be relied on.
<<< Previous | Home | Next >>> |
librdf_new_stream_from_node_iterator | Up | librdf_new_empty_stream |