public class TQLWriterFactory extends Object implements org.openrdf.rio.RDFWriterFactory
RDFWriterFactory
for TQL writers.Constructor and Description |
---|
TQLWriterFactory() |
Modifier and Type | Method and Description |
---|---|
org.openrdf.rio.RDFFormat |
getRDFFormat()
Returns
TQL.FORMAT . |
org.openrdf.rio.RDFWriter |
getWriter(OutputStream out)
Returns a new instance of
TQLWriter . |
org.openrdf.rio.RDFWriter |
getWriter(Writer writer)
Returns a new instance of
TQLWriter . |
public org.openrdf.rio.RDFFormat getRDFFormat()
TQL.FORMAT
.getRDFFormat
in interface org.openrdf.rio.RDFWriterFactory
public org.openrdf.rio.RDFWriter getWriter(OutputStream out)
TQLWriter
.getWriter
in interface org.openrdf.rio.RDFWriterFactory
Copyright © 2015–2016 FBK-irst. All rights reserved.