静态
getThe binary data to hash.
The starting position within the buffer.
The length of data to consider for the hash calculation.
A large prime number used as the modulus in the hash calculation, defaults to 9191891.
The calculated hash value as a number.
静态
isThe first binary data buffer.
The starting position within the first buffer.
The length of data to compare in the first buffer.
The second binary data buffer.
The starting position within the second buffer.
The length of data to compare in the second buffer.
True if the data segments are equal, false otherwise.
En
Utility class for basic binary hash calculation and binary equality comparison.
Zh
用于基本的二进制哈希计算和二进制相等性判断的工具类。