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:
Iterator<int[]>
- Direct Known Subclasses:
HDTTriplesSectionBitmap
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidparse(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, readToNullMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Constructor Details
-
HDTTriplesSection
HDTTriplesSection()
-
-
Method Details
-
parse
Parse triples section and return the triple parts in the correct S,P,O order.- Parameters:
is-order-- Throws:
IOException
-