Class HDTDictionarySectionFactory

java.lang.Object
org.eclipse.rdf4j.rio.hdt.HDTDictionarySectionFactory

class HDTDictionarySectionFactory extends Object
HDT DictionarySection factory.
  • Constructor Details

    • HDTDictionarySectionFactory

      HDTDictionarySectionFactory()
  • Method Details

    • parse

      protected static HDTDictionarySection parse(InputStream is, String name, long pos) throws IOException
      Create a dictionary section from input stream. The name an starting position are provided for debugging purposes.
      Parameters:
      is - input stream
      name - name
      pos - starting position
      Returns:
      dictionary section
      Throws:
      IOException