public class SPARQLStarResultsTSVWriterFactory extends Object implements TupleQueryResultWriterFactory
TupleQueryResultWriterFactory
for creating instances of SPARQLStarResultsTSVWriter
.Constructor and Description |
---|
SPARQLStarResultsTSVWriterFactory() |
Modifier and Type | Method and Description |
---|---|
TupleQueryResultFormat |
getTupleQueryResultFormat()
Returns
TupleQueryResultFormat.TSV_STAR . |
TupleQueryResultWriter |
getWriter(OutputStream out)
Returns a new instance of
SPARQLStarResultsTSVWriter . |
public TupleQueryResultFormat getTupleQueryResultFormat()
TupleQueryResultFormat.TSV_STAR
.getTupleQueryResultFormat
in interface TupleQueryResultWriterFactory
public TupleQueryResultWriter getWriter(OutputStream out)
SPARQLStarResultsTSVWriter
.getWriter
in interface TupleQueryResultWriterFactory
out
- The OutputStream to write the result to.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.