|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--nl.tbdev.IR.Display
Display is a utility class.
| Field Summary | |
(package private) static char[] |
digit
|
| Constructor Summary | |
Display()
|
|
| Method Summary | |
static java.lang.String |
hex(byte b)
Get HEX representation of a byte. |
static java.lang.String |
hex(int i)
Get HEX representation of an int. |
private static java.lang.String |
hex(int num,
int len)
Internal formatter |
static java.lang.String |
hex(short s)
Get HEX representation of a short. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
static char[] digit
| Constructor Detail |
public Display()
| Method Detail |
public static java.lang.String hex(byte b)
b - value to convertpublic static java.lang.String hex(short s)
s - value to convertpublic static java.lang.String hex(int i)
i - value to convert
private static java.lang.String hex(int num,
int len)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||