Read contents of N-Triples input into a RDF repository @param in @throws RepositoryException @throws java.io.IOException @throws org.eclipse.rdf4j.rio.RDFParseException
(Reader in)
| 481 | * @throws org.eclipse.rdf4j.rio.RDFParseException |
| 482 | */ |
| 483 | public void read(Reader in) throws RepositoryException, IOException, RDFParseException { |
| 484 | this.read(in, RDFFormat.NTRIPLES); |
| 485 | } |
| 486 | |
| 487 | /** |
| 488 | * Read contents of input into a RDF repository |
no test coverage detected