org.apache.jena.riot
Class ReaderRIOTBase
java.lang.Object
org.apache.jena.riot.ReaderRIOTBase
- All Implemented Interfaces:
- ReaderRIOT
public abstract class ReaderRIOTBase
- extends Object
- implements ReaderRIOT
ReaderRIOTBase
public ReaderRIOTBase()
read
public void read(InputStream in,
String baseURI,
ContentType ct,
StreamRDF output,
Context context)
- Description copied from interface:
ReaderRIOT
- Read from an InputStream and output RDF on the StreamRDF.
- Specified by:
read in interface ReaderRIOT
- Parameters:
in - InputStreambaseURI - Base URI (or null)ct - Content-Type if available. Routing to the right
parser will have already been done so this only useful to get
addition Content-Type information or if this ReaderRIOT can
handle multiple media types.output - Destintation for the parser output.context - Environment settings.
read
public abstract void read(InputStream in,
String baseURI,
Lang lang,
StreamRDF output,
Context context)
Licenced under the Apache License, Version 2.0