Package com.adobe.agl.impl
Interface ICUBinary.Authenticate
-
- All Known Implementing Classes:
ICUResourceBundleReader
,StringPrepDataReader
- 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.
-