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 longcount()Count of triples, quads or tupleslongcountQuads()longcountTriples()
-