NQuadsWriter
instead@Deprecated public class NQuadsWriter extends RDFWriterBase
Constructor and Description |
---|
NQuadsWriter(OutputStream out)
Deprecated.
Creates a new NQuadsWriter that will write to the supplied OutputStream.
|
NQuadsWriter(Writer writer)
Deprecated.
Creates a new NQuadsWriter that will write to the supplied Writer.
|
Modifier and Type | Method and Description |
---|---|
void |
endRDF()
Deprecated.
|
RDFFormat |
getRDFFormat()
Deprecated.
|
void |
handleComment(String comment)
Deprecated.
|
void |
handleNamespace(String prefix,
String name)
Deprecated.
|
void |
handleStatement(Statement st)
Deprecated.
|
void |
startRDF()
Deprecated.
|
getSupportedSettings, getWriterConfig, setWriterConfig
public NQuadsWriter(OutputStream out)
out
- The OutputStream to write the N-Quads document to.public NQuadsWriter(Writer writer)
writer
- The Writer to write the N-Quads document to.public RDFFormat getRDFFormat()
public void startRDF() throws RDFHandlerException
RDFHandlerException
public void endRDF() throws RDFHandlerException
RDFHandlerException
public void handleNamespace(String prefix, String name)
handleNamespace
in interface RDFHandler
handleNamespace
in class RDFWriterBase
public void handleStatement(Statement st) throws RDFHandlerException
RDFHandlerException
public void handleComment(String comment) throws RDFHandlerException
RDFHandlerException
Copyright © 2017 Franz Inc.. All rights reserved.