Interface ICUBinary.Authenticate
- All Known Implementing Classes:
StringPrepDataReader
- Enclosing class:
ICUBinary
public static interface ICUBinary.Authenticate
Special interface for data authentication
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisDataVersionAcceptable(byte[] version) Method used in ICUBinary.readHeader() to provide data format authentication.
-
Method Details
-
isDataVersionAcceptable
boolean isDataVersionAcceptable(byte[] version) Method used in ICUBinary.readHeader() to provide data format authentication.- Parameters:
version- version of the current data- Returns:
- true if dataformat is an acceptable version, false otherwise
-