Package org.qiunet.utils.secret
Class CrcUtil
java.lang.Object
org.qiunet.utils.secret.CrcUtil
Created by qiunet.
17/11/24
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetCrc32Value(byte[] bytes) 得到crc32计算的crc值static longgetCrc32Value(ByteBuffer byteBuffer) 得到crc32计算的crc值
-
Constructor Details
-
CrcUtil
public CrcUtil()
-
-
Method Details
-
getCrc32Value
public static long getCrc32Value(byte[] bytes) 得到crc32计算的crc值- Parameters:
bytes-- Returns:
-
getCrc32Value
得到crc32计算的crc值- Parameters:
byteBuffer-- Returns:
-