public class RDFStreamReader extends RDFReader
| Constructor and Description |
|---|
RDFStreamReader(InputStream inputStream) |
RDFStreamReader(InputStream inputStream,
String format) |
RDFStreamReader(String filename) |
RDFStreamReader(String filename,
String format) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(com.hp.hpl.jena.rdf.model.Model model)
Reads RDF and writes the data in the Model provided by the user
|
public RDFStreamReader(String filename)
public RDFStreamReader(InputStream inputStream)
public RDFStreamReader(InputStream inputStream, String format)
public void read(com.hp.hpl.jena.rdf.model.Model model)
throws TripleReaderException
RDFReaderread in class RDFReadermodel - the model we want to write our data intoTripleReaderExceptionCopyright © 2014. All rights reserved.