|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjena.riot.RiotWriter
public class RiotWriter
Output RDF in various formats (unfinished)
Constructor Summary | |
---|---|
RiotWriter()
|
Method Summary | |
---|---|
static void |
writeNQuads(OutputStream out,
DatasetGraph dsg)
|
static void |
writeRDFJSON(OutputStream out,
com.hp.hpl.jena.graph.Graph graph)
|
static void |
writeTriples(OutputStream out,
com.hp.hpl.jena.graph.Graph graph)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RiotWriter()
Method Detail |
---|
public static void writeNQuads(OutputStream out, DatasetGraph dsg)
public static void writeTriples(OutputStream out, com.hp.hpl.jena.graph.Graph graph)
public static void writeRDFJSON(OutputStream out, com.hp.hpl.jena.graph.Graph graph)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |