Click or drag to resize

FileLoader Methods

The FileLoader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLoad(IGraph, String)
Loads the contents of the given File into a Graph providing the RDF format can be determined.
Public methodStatic memberLoad(IRdfHandler, String)
Loads the contents of the given File using a RDF Handler providing the RDF format can be determined.
Public methodStatic memberLoad(ITripleStore, String)
Loads the contents of the given File into a Triple Store providing the RDF dataset format can be determined.
Public methodStatic memberLoad(IGraph, String, IRdfReader)
Loads the contents of the given File into a Graph using the given RDF Parser.
Public methodStatic memberLoad(IRdfHandler, String, IRdfReader)
Loads the contents of the given File using a RDF Handler using the given RDF Parser.
Public methodStatic memberLoad(IRdfHandler, String, IStoreReader)
Loads the contents of the given File using a RDF Handler providing the RDF dataset format can be determined.
Public methodStatic memberLoad(ITripleStore, String, IStoreReader)
Loads the contents of the given File into a Triple Store providing the RDF dataset format can be determined.
Public methodStatic memberLoadDataset
Loads the contents of the given File using a RDF Handler providing the RDF dataset format can be determined.
Top
See Also