| java.lang.Object com.ibm.icu.impl.NormalizerDataReader
NormalizerDataReader | protected NormalizerDataReader(InputStream inputStream) throws IOException(Code) | | Protected constructor.
Parameters: inputStream - ICU uprop.dat file input stream exception: IOException - throw if data file fails authentication |
getDataFormatVersion | public byte[] getDataFormatVersion()(Code) | | |
getUnicodeVersion | public byte[] getUnicodeVersion()(Code) | | |
isDataVersionAcceptable | public boolean isDataVersionAcceptable(byte version)(Code) | | |
read | protected void read(byte[] normBytes, byte[] fcdBytes, byte[] auxBytes, char[] extraData, char[] combiningTable, Object[] canonStartSets) throws IOException(Code) | | Reads unorm.icu, parse it into blocks of data to be stored in
NormalizerImpl. Parameters: normBytes - Parameters: fcdBytes - Parameters: auxBytes - Parameters: extraData - Parameters: combiningTable - Parameters: canonStartSets - exception: IOException - thrown when data reading fails |
|
|