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
-
Nested Class Summary
Nested classes/interfaces inherited from class HDTPart
HDTPart.Type -
Field Summary
Fields inherited from class 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 HDTPart
checkControl, checkCRC, checkFormat, countToNull, getDebugPartStr, getIntegerProperty, getProperties, getProperties, mapProperties, parse, readToNullMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-