Class Csv2Rdf
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.Csv2Rdf
-
public class Csv2Rdf extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.Model[]convertToRdf(InputStream fis)org.apache.jena.rdf.model.Model[]convertToRdf(InputStream fis, WebappDaoFactory wadf, org.apache.jena.rdf.model.Model destination)
-
-
-
Method Detail
-
convertToRdf
public org.apache.jena.rdf.model.Model[] convertToRdf(InputStream fis) throws IOException
- Throws:
IOException
-
convertToRdf
public org.apache.jena.rdf.model.Model[] convertToRdf(InputStream fis, WebappDaoFactory wadf, org.apache.jena.rdf.model.Model destination) throws IOException
- Throws:
IOException
-
-