Package com.ibm.icu.impl
Interface ICUBinary.Authenticate
-
- All Known Implementing Classes:
CollationDataReader.IsAcceptable
,EmojiProps.IsAcceptable
,ICUBinary.DatPackageReader.IsAcceptable
,ICUResourceBundleReader.IsAcceptable
,Normalizer2Impl.IsAcceptable
,RBBIDataWrapper.IsAcceptable
,SpoofChecker.SpoofData.IsAcceptable
,StringPrepDataReader
,UBiDiProps.IsAcceptable
,UCaseProps.IsAcceptable
,UCharacterNameReader
,UCharacterProperty.IsAcceptable
,UCharacterProperty.LayoutProps.IsAcceptable
,UConverterAliasDataReader
,UConverterDataReader.IsAcceptable
,UPropertyAliases.IsAcceptable
- Enclosing class:
- ICUBinary
public static interface ICUBinary.Authenticate
Special interface for data authentication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDataVersionAcceptable(byte[] version)
Method used in ICUBinary.readHeader() to provide data format authentication.
-