public final class ByteUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.nio.charset.Charset |
NFC_CHARSET |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
bytesToHex(byte... bytes) |
static java.lang.String |
bytesToHexFormatted(byte... bytes) |
static java.lang.String |
bytesToReadable(byte... bytes) |
static byte |
setBitInByte(byte value,
int bitIndex,
boolean set) |
public static java.lang.String bytesToHex(byte... bytes)
public static java.lang.String bytesToHexFormatted(byte... bytes)
public static java.lang.String bytesToReadable(byte... bytes)
public static byte setBitInByte(byte value, int bitIndex, boolean set)