JAIN TCAP API
v1.1 - 5th Sept 2001

jain.protocol.ss7
Class JainSS7Utility

java.lang.Object
  |
  +--jain.protocol.ss7.JainSS7Utility

public class JainSS7Utility
extends java.lang.Object

Utility class for JAIN SS7. All methods are static and shall only be used within the JAIN SS7 packages

Version:
1.1
Author:
Sun Microsystems Inc.

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

bytesToHex

public static byte[] bytesToHex(byte[] data,
                                int start,
                                int end)
Convert an array of bytes to String with hex values.
Parameters:
data - A byte array.
start - The start in data from where to convert.
end - The end in data.
Returns:
A byte sequence ready to convert to a String, i.e:
new String(bytesToHex(data, 0, len)) 

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]