public class Hex
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
concat(byte[] left,
byte[] right) |
static byte[] |
invert(byte[] bytes) |
static byte[] |
leftPad(byte[] data,
int length,
byte padByte) |
static byte[] |
rightPad(byte[] data,
int length,
byte padByte) |
static byte[] |
toBytes(java.lang.String str) |
static char |
toNumeric(int number) |
static java.lang.String |
toString(byte[] bytes) |
static byte[] |
xor(byte[] left,
byte[] right) |
public static byte[] toBytes(java.lang.String str)
public static char toNumeric(int number)
public static byte[] invert(byte[] bytes)
public static byte[] xor(byte[] left,
byte[] right)
public static byte[] concat(byte[] left,
byte[] right)
public static byte[] leftPad(byte[] data,
int length,
byte padByte)
public static byte[] rightPad(byte[] data,
int length,
byte padByte)
public static java.lang.String toString(byte[] bytes)