public class HexUtils extends Object
HexUtils()
static byte[]
bit2bytes(String bitString)
static String
bit2hex(String bitString)
bytes2bit(byte[] bytes)
bytes2hex(byte[] b)
hex2bit(String hexStr)
hex2bytes(String hexStr)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HexUtils()
public static String bytes2hex(byte[] b)
public static byte[] hex2bytes(String hexStr)
public static byte[] bit2bytes(String bitString)
public static String bit2hex(String bitString)
public static String bytes2bit(byte[] bytes)
public static String hex2bit(String hexStr)
Copyright © 2022–2023. All rights reserved.