public class NQuadsWriter extends NTriplesWriter
N-Quads
RDF format.writer, writingStarted
namespaceTable
Constructor and Description |
---|
NQuadsWriter(OutputStream outputStream) |
NQuadsWriter(Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
handleStatement(Statement st)
Handles a statement.
|
endRDF, getRDFFormat, handleComment, handleNamespace, startRDF
getSupportedSettings, getWriterConfig, setWriterConfig
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSupportedSettings, getWriterConfig, setWriterConfig
public NQuadsWriter(OutputStream outputStream)
public NQuadsWriter(Writer writer)
public void handleStatement(Statement st) throws RDFHandlerException
RDFHandler
handleStatement
in interface RDFHandler
handleStatement
in class NTriplesWriter
st
- The statement.RDFHandlerException
- If the RDF handler has encountered an unrecoverable error.Copyright © 2001-2013 Aduna. All Rights Reserved.