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

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

public class CSVInput
extends Object

Convenient comma separated values - see also TSV (tab separated values) which outputs full RDF terms (in Turtle-style). The CSV format supported is:

This code read the file and treats everything as strings.


Constructor Summary
CSVInput()
           
 
Method Summary
static ResultSet fromCSV(InputStream in)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVInput

public CSVInput()
Method Detail

fromCSV

public static ResultSet fromCSV(InputStream in)


Licenced under the Apache License, Version 2.0