Package org.eclipse.rdf4j.rio.hdt
Class HDTTriplesSection
- java.lang.Object
-
- org.eclipse.rdf4j.rio.hdt.HDTPart
-
- org.eclipse.rdf4j.rio.hdt.HDTTriplesSection
-
- All Implemented Interfaces:
java.util.Iterator<int[]>
- Direct Known Subclasses:
HDTTriplesSectionBitmap
abstract class HDTTriplesSection extends HDTPart implements java.util.Iterator<int[]>
HDT TriplesSection part.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.rdf4j.rio.hdt.HDTPart
HDTPart.Type
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.rio.hdt.HDTPart
COOKIE, name, pos, properties
-
-
Constructor Summary
Constructors Constructor Description HDTTriplesSection()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract void
parse(java.io.InputStream is, HDTTriples.Order order)
Parse triples section and return the triple parts in the correct S,P,O order.-
Methods inherited from class org.eclipse.rdf4j.rio.hdt.HDTPart
checkControl, checkCRC, checkFormat, countToNull, getDebugPartStr, getIntegerProperty, getProperties, getProperties, mapProperties, parse, readToNull
-
-
-
-
Method Detail
-
parse
protected abstract void parse(java.io.InputStream is, HDTTriples.Order order) throws java.io.IOException
Parse triples section and return the triple parts in the correct S,P,O order.- Parameters:
is
-order
-- Throws:
java.io.IOException
-
-