Class RBBIDataWrapper.RBBIDataHeader

  • Enclosing class:
    RBBIDataWrapper

    public static final class RBBIDataWrapper.RBBIDataHeader
    extends java.lang.Object
    Data Header. A struct-like class with the fields from the RBBI data file header. Not intended for public use, declared public for testing purposes only.
    • Constructor Summary

      Constructors 
      Constructor Description
      RBBIDataHeader()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • fMagic

        int fMagic
      • fFormatVersion

        byte[] fFormatVersion
      • fLength

        int fLength
      • fCatCount

        public int fCatCount
        the number of character categories.
      • fFTable

        int fFTable
      • fFTableLen

        int fFTableLen
      • fRTable

        int fRTable
      • fRTableLen

        int fRTableLen
      • fTrie

        int fTrie
      • fTrieLen

        int fTrieLen
      • fRuleSource

        int fRuleSource
      • fRuleSourceLen

        int fRuleSourceLen
      • fStatusTable

        int fStatusTable
      • fStatusTableLen

        int fStatusTableLen
    • Constructor Detail

      • RBBIDataHeader

        public RBBIDataHeader()