Click or drag to resize

ISparqlResultsReaderLoad Method

Overload List
  NameDescription
Public methodLoad(ISparqlResultsHandler, StreamReader)
Loads a Result Set using a Results Handler from the given Stream.
Public methodLoad(ISparqlResultsHandler, TextReader)
Loads a Result Set using a Results Handler from the given Input.
Public methodLoad(ISparqlResultsHandler, String)
Loads a Result Set using a Results Handler from the given file.
Public methodLoad(SparqlResultSet, StreamReader)
Loads a Result Set from the given Stream.
Public methodLoad(SparqlResultSet, TextReader)
Loads a Result Set from the given Input.
Public methodLoad(SparqlResultSet, String)
Loads a Result Set from the given File.
Top
See Also