public final class ByteUtil extends Object
如果是 jdk8,将有很多方法。
比如:long result = Long.parseUnsignedLong("B62FD56EFD5B375D", 16);
但是 jdk7 是没有的。
static int
byteToInt(byte[] bytes)
byte[]
intToByte(int num)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static int byteToInt(byte[] bytes)
bytes
public byte[] intToByte(int num)
num
Copyright © 2024. All rights reserved.