org.apache.jena.riot.out
Class NTriplesWriter

java.lang.Object
  extended by org.apache.jena.riot.out.NTriplesWriter

public class NTriplesWriter
extends Object


Constructor Summary
NTriplesWriter()
           
 
Method Summary
static void write(OutputStream out, Graph graph)
          Deprecated. Use RDFDataMgr.write(OutputStream, Graph, Lang) with Lang.NTRIPLES
static void write(OutputStream out, Iterator<Triple> iter)
          Deprecated. Use RDFDataMgr.writeTriples(java.io.OutputStream, java.util.Iterator)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NTriplesWriter

public NTriplesWriter()
Method Detail

write

@Deprecated
public static void write(OutputStream out,
                                    Graph graph)
Deprecated. Use RDFDataMgr.write(OutputStream, Graph, Lang) with Lang.NTRIPLES


write

@Deprecated
public static void write(OutputStream out,
                                    Iterator<Triple> iter)
Deprecated. Use RDFDataMgr.writeTriples(java.io.OutputStream, java.util.Iterator)



Licenced under the Apache License, Version 2.0