Method Summary |
|
public static boolean | bytesEqual(byte[] a, byte[] b) Compares two byte arrays for equality. |
public static boolean | bytesEqual(byte[] a, int off, int len, byte[] b) Compares a subrange of byte array a to the entirety of b. |
public static byte[] | extractBytes(String str) Utility method to fill in a byte array with some reasonable data,
derived from the string passed as an argument. |
public static Object | fillMemory() Fills memory and returns an object that refers to all of what was
allocated. |
public static void | fillRandom(byte[] ba) Fills a byte array with random data. |
native public static void | forceGC() |
native public static int[] | getFreedRendezvousPoints() |
native public static int | getRefCount(Link link) |
static void | p(int intval) Prints out the ASCII representation of a number without allocating any
memory. |
public static void | sleep(long ms) Sleeps for the indicated number of milliseconds. |