public static interface

ICUBinary.Authenticate

sun.text.normalizer.ICUBinary.Authenticate

Class Overview

Special interface for data authentication

Summary

Public Methods
abstract boolean isDataVersionAcceptable(byte[] version)
Method used in ICUBinary.readHeader() to provide data format authentication.

Public Methods

public abstract 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