org.openrdf.query.resultio
Interface BooleanQueryResultWriterFactory

All Known Implementing Classes:
BooleanTextWriterFactory, SPARQLBooleanXMLWriterFactory

public interface BooleanQueryResultWriterFactory

Returns BooleanQueryResultWriters for a specific boolean query result format.

Author:
Arjohn Kampman

Method Summary
 BooleanQueryResultFormat getBooleanQueryResultFormat()
          Returns the boolean query result format for this factory.
 BooleanQueryResultWriter getWriter(OutputStream out)
          Returns a BooleanQueryResultWriter instance that will write to the supplied output stream.
 

Method Detail

getBooleanQueryResultFormat

BooleanQueryResultFormat getBooleanQueryResultFormat()
Returns the boolean query result format for this factory.


getWriter

BooleanQueryResultWriter getWriter(OutputStream out)
Returns a BooleanQueryResultWriter instance that will write to the supplied output stream.

Parameters:
out - The OutputStream to write the result to.


Copyright © 2001-2007 Aduna. All Rights Reserved.