Click or drag to resize

NTriplesParserLoad Method

Overload List
  NameDescription
Public methodLoad(IGraph, StreamReader)
Parses NTriples Syntax from the given Input Stream into Triples in the given Graph.
Public methodLoad(IGraph, TextReader)
Parses NTriples Syntax from the given Input into Triples in the given Graph.
Public methodLoad(IGraph, String)
Parses NTriples Syntax from the given File into Triples in the given Graph.
Public methodLoad(IRdfHandler, StreamReader)
Parses NTriples Syntax from the given Input Stream using a RDF Handler.
Public methodLoad(IRdfHandler, TextReader)
Parses NTriples Syntax from the given Input using a RDF Handler.
Public methodLoad(IRdfHandler, String)
Parses NTriples Syntax from the given file using a RDF Handler.
Top
See Also