Class NQuadsWriter
java.lang.Object
org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
org.eclipse.rdf4j.rio.nquads.NQuadsWriter
- All Implemented Interfaces:
 CharSink, Sink, RDFHandler, RDFWriter
RDFWriter implementation for the 
N-Quads RDF format.- Author:
 - Joshua Shinavier
 
- 
Field Summary
Fields inherited from class NTriplesWriter
writerFields inherited from class AbstractRDFWriter
namespaceTable, statementConsumer - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidConsume a statement.Gets the RDF format that this RDFWriter uses.Methods inherited from class NTriplesWriter
endRDF, getSupportedSettings, getWriter, handleComment, handleNamespace, startRDF, writeValueMethods inherited from class AbstractRDFWriter
checkWritingStarted, getFileFormat, getWriterConfig, handleStatement, isWritingStarted, set, setWriterConfigMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Sink
acceptsFileFormat, getFileFormat 
- 
Constructor Details
- 
NQuadsWriter
 - 
NQuadsWriter
 
 - 
 - 
Method Details
- 
getRDFFormat
Description copied from interface:RDFWriterGets the RDF format that this RDFWriter uses.- Specified by:
 getRDFFormatin interfaceRDFWriter- Overrides:
 getRDFFormatin classNTriplesWriter
 - 
consumeStatement
Description copied from class:AbstractRDFWriterConsume a statement.Extending classes must override this method instead of overriding
AbstractRDFWriter.handleStatement(Statement)in order to benefit from automatic handling of RDF-star conversion or encoding.- Overrides:
 consumeStatementin classNTriplesWriter- Parameters:
 st- the statement to consume.- Throws:
 RDFHandlerException
 
 -