|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tritonus.test.Util
public class Util
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static boolean |
compareByteArrays(byte[] ab1,
int nOffset1,
byte[] ab2,
int nOffset2,
int nLength)
|
static void |
dumpByteArray(byte[] ab)
|
static byte[] |
getByteArrayFromFile(java.io.File file)
|
static void |
sleep(long milliseconds)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static void dumpByteArray(byte[] ab)
public static boolean compareByteArrays(byte[] ab1,
int nOffset1,
byte[] ab2,
int nOffset2,
int nLength)
public static byte[] getByteArrayFromFile(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic static void sleep(long milliseconds)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||