public class TurtleWriterFactory extends Object implements org.openrdf.rio.RDFWriterFactory
| Constructor and Description |
|---|
TurtleWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.rio.RDFFormat |
getRDFFormat()
Returns
RDFFormat.TURTLE. |
org.openrdf.rio.RDFWriter |
getWriter(OutputStream out)
Returns a new instance of
TurtleWriter. |
org.openrdf.rio.RDFWriter |
getWriter(Writer writer)
Returns a new instance of
TurtleWriter. |
public org.openrdf.rio.RDFFormat getRDFFormat()
RDFFormat.TURTLE.getRDFFormat in interface org.openrdf.rio.RDFWriterFactorypublic org.openrdf.rio.RDFWriter getWriter(OutputStream out)
TurtleWriter.getWriter in interface org.openrdf.rio.RDFWriterFactorypublic org.openrdf.rio.RDFWriter getWriter(Writer writer)
TurtleWriter.getWriter in interface org.openrdf.rio.RDFWriterFactoryCopyright © 2010-2016 Stardog Union. All Rights Reserved.