public class BigdataTurtleWriter
extends org.openrdf.rio.turtle.TurtleWriter
implements org.openrdf.rio.RDFWriter
Constructor and Description |
---|
BigdataTurtleWriter(OutputStream out)
Creates a new TurtleWriter that will write to the supplied OutputStream.
|
BigdataTurtleWriter(Writer writer)
Creates a new TurtleWriter that will write to the supplied Writer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
writeBNode(org.openrdf.model.BNode bNode) |
protected void |
writeSid(BigdataBNode sid) |
closePreviousStatement, endRDF, getRDFFormat, handleComment, handleNamespace, handleStatement, startRDF, writeCommentLine, writeLiteral, writeNamespace, writePredicate, writeResource, writeURI, writeValue
getSupportedSettings, getWriterConfig, setWriterConfig
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BigdataTurtleWriter(OutputStream out)
out
- The OutputStream to write the Turtle document to.public BigdataTurtleWriter(Writer writer)
writer
- The Writer to write the Turtle document to.protected void writeBNode(org.openrdf.model.BNode bNode) throws IOException
writeBNode
in class org.openrdf.rio.turtle.TurtleWriter
IOException
protected void writeSid(BigdataBNode sid) throws IOException
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.