|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--jain.protocol.ss7.JainSS7Utility
| Constructor Summary | |
JainSS7Utility()
|
|
| Method Summary | |
static byte[] |
bytesToHex(byte[] data,
int start,
int end)
Convert an array of bytes to String with hex values. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public JainSS7Utility()
| Method Detail |
public static byte[] bytesToHex(byte[] data,
int start,
int end)
data - A byte array.start - The start in data from where to convert.end - The end in data.new String(bytesToHex(data, 0, len))
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||