Class HDTDictionarySection

  • Direct Known Subclasses:
    HDTDictionarySectionPFC

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

      • HDTDictionarySection

        protected HDTDictionarySection​(java.lang.String name,
                                       long pos)
        Constructor
        Parameters:
        pos - position
        name - name
    • Method Detail

      • size

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

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