com.ibm.opencard.util
Class ByteArray
java.lang.Object
|
+--com.ibm.opencard.util.ByteArray
- public class ByteArray
- extends java.lang.Object
|
Method Summary |
static boolean |
equal(byte[] a,
byte[] b)
Check whether two arrays are equal. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ByteArray
public ByteArray()
equal
public static boolean equal(byte[] a,
byte[] b)
- Check whether two arrays are equal.
- Parameters:
a - first byte arrayb - second byte array- Returns:
- true if both arrays are equal, false otherwise.
|