|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mchange.lang.ByteUtils
public final class ByteUtils
| Field Summary | |
|---|---|
static short |
UNSIGNED_MAX_VALUE
|
| Method Summary | |
|---|---|
static byte[] |
fromHexAscii(java.lang.String s)
|
static java.lang.String |
toHexAscii(byte b)
|
static java.lang.String |
toHexAscii(byte[] bytes)
|
static short |
toUnsigned(byte b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short UNSIGNED_MAX_VALUE
| Method Detail |
|---|
public static short toUnsigned(byte b)
public static java.lang.String toHexAscii(byte b)
public static java.lang.String toHexAscii(byte[] bytes)
public static byte[] fromHexAscii(java.lang.String s)
throws java.lang.NumberFormatException
java.lang.NumberFormatException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||