org.openjena.riot.out
Class NTriplesWriter

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

public class NTriplesWriter
extends Object


Constructor Summary
NTriplesWriter()
           
 
Method Summary
static void write(OutputStream out, Graph graph)
           
static void write(OutputStream out, Iterator<Triple> iter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NTriplesWriter

public NTriplesWriter()
Method Detail

write

public static void write(OutputStream out,
                         Graph graph)

write

public static void write(OutputStream out,
                         Iterator<Triple> iter)


Licenced under the Apache License, Version 2.0