Package org.apache.jena.riot.lang
Interface StreamRDFCounting
-
- All Superinterfaces:
StreamRDF
- All Known Implementing Classes:
StreamRDFCountingBase
public interface StreamRDFCounting extends StreamRDF
Provide counts of triples/quads/tuples
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
count()
Count of triples, quads or tupleslong
countQuads()
long
countTriples()
-