Class HDTDictionarySectionFactory


  • class HDTDictionarySectionFactory
    extends java.lang.Object
    HDT DictionarySection factory.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static HDTDictionarySection parse​(java.io.InputStream is, java.lang.String name, long pos)
      Create a dictionary section from input stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HDTDictionarySectionFactory

        HDTDictionarySectionFactory()
    • Method Detail

      • parse

        protected static HDTDictionarySection parse​(java.io.InputStream is,
                                                    java.lang.String name,
                                                    long pos)
                                             throws java.io.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:
        java.io.IOException