Class 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.
    • Constructor Detail

      • HDTTriplesSection

        HDTTriplesSection()
    • 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