public abstract class ReaderRIOTBase extends Object implements ReaderRIOT
Constructor and Description |
---|
ReaderRIOTBase() |
Modifier and Type | Method and Description |
---|---|
void |
read(InputStream in,
String baseURI,
ContentType ct,
StreamRDF output,
Context context)
Read from an InputStream and output RDF on the StreamRDF.
|
abstract void |
read(InputStream in,
String baseURI,
Lang lang,
StreamRDF output,
Context context) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorHandler, getParserProfile, read, setErrorHandler, setParserProfile
public void read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context)
ReaderRIOT
read
in interface ReaderRIOT
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.public abstract void read(InputStream in, String baseURI, Lang lang, StreamRDF output, Context context)
Licenced under the Apache License, Version 2.0