Class HDTDictionarySection

java.lang.Object
org.eclipse.rdf4j.rio.hdt.HDTPart
org.eclipse.rdf4j.rio.hdt.HDTDictionarySection
Direct Known Subclasses:
HDTDictionarySectionPFC

abstract class HDTDictionarySection extends HDTPart
HDT DictionarySection part. Various encodings exist.
  • Constructor Details

    • HDTDictionarySection

      protected HDTDictionarySection(String name, long pos)
      Constructor
      Parameters:
      name - name
      pos - position
  • Method Details

    • size

      protected abstract int size()
      Get the size
      Returns:
    • get

      protected abstract byte[] get(int i) throws IOException
      Get the entry
      Parameters:
      i - zero-based index
      Returns:
      Throws:
      IOException