Package org.apache.any23.writer
Class NTriplesWriter
- java.lang.Object
-
- org.apache.any23.writer.TripleWriterHandler
-
- org.apache.any23.writer.RDFWriterTripleHandler
-
- org.apache.any23.writer.NTriplesWriter
-
- All Implemented Interfaces:
AutoCloseable
,FormatWriter
,TripleHandler
,TripleWriter
public class NTriplesWriter extends RDFWriterTripleHandler
Implementation of an N-TriplesTripleWriter
.- Author:
- Hans Brende (hansbrende@apache.org)
-
-
Constructor Summary
Constructors Constructor Description NTriplesWriter(OutputStream out)
NTriplesWriter(OutputStream os, Settings settings)
-
Method Summary
-
Methods inherited from class org.apache.any23.writer.RDFWriterTripleHandler
close, closeContext, endDocument, isAnnotated, openContext, setAnnotated, startDocument, writeNamespace, writeTriple
-
Methods inherited from class org.apache.any23.writer.TripleWriterHandler
receiveNamespace, receiveTriple, setContentLength
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.any23.writer.TripleHandler
receiveNamespace, receiveTriple, setContentLength
-
-
-
-
Constructor Detail
-
NTriplesWriter
public NTriplesWriter(OutputStream out)
-
NTriplesWriter
public NTriplesWriter(OutputStream os, Settings settings)
-
-