程序包 cool.scx.util
类 HexUtils
java.lang.Object
cool.scx.util.HexUtils
HexUtils class.
- 版本:
- 0.0.1
- 作者:
- scx567888
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
HexUtils
public HexUtils()
-
-
方法详细资料
-
toBytes
十六进制转字节数组- 参数:
hex- hex- 返回:
- r
-
toHex
字节数组转十六进制- 参数:
bytes- an array ofbyteobjects.- 返回:
- a
Stringobject.
-