com.hp.hpl.jena.sparql.resultset
Class TSVInput

java.lang.Object
  extended by com.hp.hpl.jena.sparql.resultset.TSVInput

public class TSVInput
extends Object

Input reader associated to TSVOutput.


Constructor Summary
TSVInput()
           
 
Method Summary
static ResultSet fromTSV(InputStream in)
          Reads SPARQL Results from TSV format into a ResultSet instance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSVInput

public TSVInput()
Method Detail

fromTSV

public static ResultSet fromTSV(InputStream in)
Reads SPARQL Results from TSV format into a ResultSet instance



Licenced under the Apache License, Version 2.0