Class CrcUtil

java.lang.Object
org.qiunet.utils.secret.CrcUtil

public class CrcUtil extends Object
Created by qiunet. 17/11/24
  • Constructor Details

    • CrcUtil

      public CrcUtil()
  • Method Details

    • getCrc32Value

      public static long getCrc32Value(byte[] bytes)
      得到crc32计算的crc值
      Parameters:
      bytes -
      Returns:
    • getCrc32Value

      public static long getCrc32Value(ByteBuffer byteBuffer)
      得到crc32计算的crc值
      Parameters:
      byteBuffer -
      Returns: