Class SPARQLResultsTSVWriterFactory
java.lang.Object
org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriterFactory
- All Implemented Interfaces:
 TupleQueryResultWriterFactory
A 
TupleQueryResultWriterFactory for writers of SPARQL/TSV tuple query results.- Author:
 - Jeen Broekstra
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturnsTupleQueryResultFormat.TSV.getWriter(OutputStream out) Returns a new instance ofSPARQLResultsTSVWriter. 
- 
Constructor Details
- 
SPARQLResultsTSVWriterFactory
public SPARQLResultsTSVWriterFactory() 
 - 
 - 
Method Details
- 
getTupleQueryResultFormat
ReturnsTupleQueryResultFormat.TSV.- Specified by:
 getTupleQueryResultFormatin interfaceTupleQueryResultWriterFactory
 - 
getWriter
Returns a new instance ofSPARQLResultsTSVWriter.- Specified by:
 getWriterin interfaceTupleQueryResultWriterFactory- Parameters:
 out- The OutputStream to write the result to.
 
 -