Class RBBIDataWrapper.RBBIDataHeader
java.lang.Object
com.ibm.icu.impl.RBBIDataWrapper.RBBIDataHeader
- Enclosing class:
RBBIDataWrapper
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintthe number of character categories.(package private) byte[](package private) int(package private) int(package private) int(package private) int(package private) int(package private) int(package private) int(package private) int(package private) int(package private) int(package private) int(package private) int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fMagic
int fMagic -
fFormatVersion
byte[] fFormatVersion -
fLength
int fLength -
fCatCount
public int fCatCountthe 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 Details
-
RBBIDataHeader
public RBBIDataHeader()
-