org.openrdf.query.resultio
Interface BooleanQueryResultWriter

All Known Implementing Classes:
BooleanTextWriter, SPARQLBooleanXMLWriter

public interface BooleanQueryResultWriter

The interface of objects that writer query results in a specific query result format.

Author:
Arjohn Kampman

Method Summary
 BooleanQueryResultFormat getBooleanQueryResultFormat()
          Gets the query result format that this writer uses.
 void write(boolean value)
          Writes the specified boolean value.
 

Method Detail

getBooleanQueryResultFormat

BooleanQueryResultFormat getBooleanQueryResultFormat()
Gets the query result format that this writer uses.


write

void write(boolean value)
           throws IOException
Writes the specified boolean value.

Throws:
IOException


Copyright © 2001-2009 Aduna. All Rights Reserved.