FileLoader Methods | 
The FileLoader type exposes the following members.
| Name | Description | |
|---|---|---|
| Load(IGraph, String) | 
            Loads the contents of the given File into a Graph providing the RDF format can be determined.
              | |
| Load(IRdfHandler, String) | 
            Loads the contents of the given File using a RDF Handler providing the RDF format can be determined.
              | |
| Load(ITripleStore, String) | 
            Loads the contents of the given File into a Triple Store providing the RDF dataset format can be determined.
              | |
| Load(IGraph, String, IRdfReader) | 
            Loads the contents of the given File into a Graph using the given RDF Parser.
              | |
| Load(IRdfHandler, String, IRdfReader) | 
            Loads the contents of the given File using a RDF Handler using the given RDF Parser.
              | |
| Load(IRdfHandler, String, IStoreReader) | 
            Loads the contents of the given File using a RDF Handler providing the RDF dataset format can be determined.
              | |
| Load(ITripleStore, String, IStoreReader) | 
            Loads the contents of the given File into a Triple Store providing the RDF dataset format can be determined.
              | |
| LoadDataset | 
            Loads the contents of the given File using a RDF Handler providing the RDF dataset format can be determined.
              |