|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jain.protocol.ss7.JainSS7Utility
Utility class for JAIN SS7. All methods are static and shall only be used within the JAIN SS7 packages
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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))
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |