Package org.apache.jena.riot.system
Interface StreamRowRDF
-
- All Known Implementing Classes:
StreamRowRDFBase
public interface StreamRowRDFAn item in a stream of RDF data. This is the row item for pull-processing an RDF stream.- See Also:
for push processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuadgetQuad()TriplegetTriple()booleanisQuad()booleanisTriple()
-