public class BinaryRDFWriter extends AbstractRDFWriter implements RDFWriter, ByteSink
namespaceTable, statementConsumer| Constructor and Description |
|---|
BinaryRDFWriter(OutputStream out) |
BinaryRDFWriter(OutputStream out,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
consumeStatement(org.eclipse.rdf4j.model.Statement st) |
void |
endRDF() |
OutputStream |
getOutputStream() |
RDFFormat |
getRDFFormat() |
void |
handleComment(String comment) |
void |
handleNamespace(String prefix,
String uri) |
void |
startRDF() |
checkWritingStarted, getFileFormat, getSupportedSettings, getWriterConfig, handleStatement, isWritingStarted, set, setWriterConfigclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedSettings, getWriterConfig, set, setWriterConfighandleStatementacceptsFileFormat, getFileFormatpublic BinaryRDFWriter(OutputStream out)
public BinaryRDFWriter(OutputStream out, int bufferSize)
public RDFFormat getRDFFormat()
getRDFFormat in interface RDFWriterpublic OutputStream getOutputStream()
getOutputStream in interface ByteSinkpublic void startRDF()
throws RDFHandlerException
startRDF in interface RDFHandlerstartRDF in class AbstractRDFWriterRDFHandlerExceptionpublic void endRDF()
throws RDFHandlerException
endRDF in interface RDFHandlerRDFHandlerExceptionpublic void handleNamespace(String prefix, String uri) throws RDFHandlerException
handleNamespace in interface RDFHandlerhandleNamespace in class AbstractRDFWriterRDFHandlerExceptionpublic void handleComment(String comment) throws RDFHandlerException
handleComment in interface RDFHandlerRDFHandlerExceptionprotected void consumeStatement(org.eclipse.rdf4j.model.Statement st)
consumeStatement in class AbstractRDFWriterCopyright © 2015-2021 Eclipse Foundation. All Rights Reserved.