Interface TupleQueryResultWriterFactory

All Known Implementing Classes:
BinaryQueryResultWriterFactory, SPARQLResultsCSVWriterFactory, SPARQLResultsJSONWriterFactory, SPARQLResultsTSVWriterFactory, SPARQLResultsXMLWriterFactory, SPARQLStarResultsJSONWriterFactory, SPARQLStarResultsJSONWriterFactory, SPARQLStarResultsTSVWriterFactory, SPARQLStarResultsTSVWriterFactory, SPARQLStarResultsXMLWriterFactory

public interface TupleQueryResultWriterFactory
Returns TupleQueryResultWriters for a specific tuple query result format.
Author:
Arjohn Kampman
  • Method Details

    • getTupleQueryResultFormat

      TupleQueryResultFormat getTupleQueryResultFormat()
      Returns the tuple query result format for this factory.
    • getWriter

      Returns a TupleQueryResultWriter instance that will write to the supplied output stream.
      Parameters:
      out - The OutputStream to write the result to.