Package | Description |
---|---|
global |
Modifier and Type | Method and Description |
---|---|
static byte |
StringOps.hexCharToByte(char c)
Returns the byte value of one single character containing a hexadecimal digit.
|
static int |
StringOps.hexStringToInt(java.lang.String hex,
boolean littleEndian)
Returns the number which is represented by the given string containing a hexadecimal number.
|
static int |
StringOps.hexToByte(java.lang.String hex,
int pos)
Returns the byte which is represented by two hexadecimal characters in the given string at the given position.
|