org.openjena.riot.out
Class RDFJSONWriter

java.lang.Object
  extended by org.openjena.riot.out.RDFJSONWriter

public class RDFJSONWriter
extends Object


Constructor Summary
RDFJSONWriter()
           
 
Method Summary
static void write(OutputStream out, com.hp.hpl.jena.graph.Graph graph)
           
static void write(Writer 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

RDFJSONWriter

public RDFJSONWriter()
Method Detail

write

public static void write(OutputStream out,
                         com.hp.hpl.jena.graph.Graph graph)

write

public static void write(Writer out,
                         com.hp.hpl.jena.graph.Graph graph)


Licenced under the Apache License, Version 2.0