public class Hex2Utils extends Object
二进制转换工具类
Created by Roney on 2020/12/25
static String
parseByte2HexStr(byte[] buf)
static byte[]
parseHexStr2Byte(String hexStr)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static String parseByte2HexStr(byte[] buf)
buf
public static byte[] parseHexStr2Byte(String hexStr)
hexStr
Copyright © 2024. All rights reserved.