类 HexUtil

java.lang.Object
com.icetech.sdk.util.HexUtil

public class HexUtil extends Object
hex工具类
作者:
wgy
  • 构造器详细资料

    • HexUtil

      public HexUtil()
  • 方法详细资料

    • byte2hex

      public static String byte2hex(byte[] bytes)
      二进制转十六进制字符串
      参数:
      bytes -
      返回:
    • hex2bytes

      public static byte[] hex2bytes(String hexString)
      十六进制字符串转二进制
      参数:
      hexString - the hex string
      返回:
      byte[]