public class Utils extends Object
| 构造器和说明 |
|---|
Utils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isSameHashCrc64Ecma(long clientCrc64,
String serverHashCrc64Ecma)
Used for validating whether the client crc64 is same as the HashCrc64Ecma returned
from the server.
|
public static boolean isSameHashCrc64Ecma(long clientCrc64,
String serverHashCrc64Ecma)
clientCrc64 - the client calculated crc64 value in signed long.serverHashCrc64Ecma - the server returned crc64 value in unsigned long String.Copyright © 2024. All rights reserved.