MCPcopy Create free account
hub / github.com/Fedict/dcattools / write

Method write

helpers/src/main/java/be/gov/data/dcat/helpers/Storage.java:509–511  ·  view source on GitHub ↗

Write contents of RDF repository to N-Triples output @param out @throws RepositoryException

(Writer out)

Source from the content-addressed store, hash-verified

507 * @throws RepositoryException
508 */
509 public void write(Writer out) throws RepositoryException {
510 this.write(out, RDFFormat.NTRIPLES);
511 }
512
513 /**
514 * Write contents of RDF repository to N-Triples output

Callers 3

parseMethod · 0.80
translateMethod · 0.80
writeDcatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected