|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.meiglobal.ebds.api.util.Util
public class Util
Utility class
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static int |
byteToIntBE(byte[] b)
Converts a byte array to int |
static java.lang.String |
hexString(byte[] b)
Converts a byte array to an hex string representation. |
static void |
sleep(long i)
Sleeps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static int byteToIntBE(byte[] b)
b - The byte array to process
public static void sleep(long i)
i - The time to sleeppublic static java.lang.String hexString(byte[] b)
b - The byte array to convert.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||