|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intel.bluetooth.Utils
public abstract class Utils
Conversion and JVM compatibility functions.
Your application should not use this class directly.
| Method Summary | |
|---|---|
static byte[] |
clone(byte[] value)
Modifying the returned Object will not change the internal representation of the object. |
static Vector |
clone(Enumeration en)
|
static void |
isLegalAPICall(Vector fqcnSet)
|
static int |
securityOpt(boolean authenticate,
boolean encrypt)
|
static String |
toHexString(long l)
J2ME/J9 compatibility instead of Long.toHexString |
static String |
UUIDByteArrayToString(byte[] uuidValue)
|
static byte[] |
UUIDToByteArray(String uuidStringValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static byte[] UUIDToByteArray(String uuidStringValue)
public static String UUIDByteArrayToString(byte[] uuidValue)
public static int securityOpt(boolean authenticate,
boolean encrypt)
public static byte[] clone(byte[] value)
value -
public static Vector clone(Enumeration en)
public static String toHexString(long l)
public static void isLegalAPICall(Vector fqcnSet)
throws Error
Error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||