Package org.aksw.jenax.arq.util.io
Interface StreamRDFWrapper
- All Superinterfaces:
org.apache.jena.riot.system.StreamRDF
- All Known Implementing Classes:
StreamRDFWrapperBase
public interface StreamRDFWrapper
extends org.apache.jena.riot.system.StreamRDF
A wrapper around another
StreamRDF. Differs from Jena's StreamRDFWriter that its an interface and
all methods use delegate to getDelegate().-
Method Summary
Methods inherited from interface org.apache.jena.riot.system.StreamRDF
version
-
Method Details
-
getDelegate
org.apache.jena.riot.system.StreamRDF getDelegate() -
start
default void start()- Specified by:
startin interfaceorg.apache.jena.riot.system.StreamRDF
-
triple
default void triple(org.apache.jena.graph.Triple triple) - Specified by:
triplein interfaceorg.apache.jena.riot.system.StreamRDF
-
quad
default void quad(org.apache.jena.sparql.core.Quad quad) - Specified by:
quadin interfaceorg.apache.jena.riot.system.StreamRDF
-
base
- Specified by:
basein interfaceorg.apache.jena.riot.system.StreamRDF
-
prefix
- Specified by:
prefixin interfaceorg.apache.jena.riot.system.StreamRDF
-
finish
default void finish()- Specified by:
finishin interfaceorg.apache.jena.riot.system.StreamRDF
-