com.hp.hpl.jena.sparql.resultset
Class TSVOutput
java.lang.Object
com.hp.hpl.jena.sparql.resultset.OutputBase
com.hp.hpl.jena.sparql.resultset.TSVOutput
- All Implemented Interfaces:
- OutputFormatter
public class TSVOutput
- extends OutputBase
Tab Separated Values.
First row is variable names (with ?).
Subsequent rows are RDF terms, written Turtle style.
TSVOutput
public TSVOutput()
format
public void format(OutputStream out,
ResultSet resultSet)
- Description copied from interface:
OutputFormatter
- Format a result set - output on the given stream
format
public void format(OutputStream out,
boolean booleanResult)
- Description copied from interface:
OutputFormatter
- Format a boolean result - output on the given stream
Licenced under the Apache License, Version 2.0