OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

com.ibm.opencard.util
Class ByteArray

java.lang.Object
  |
  +--com.ibm.opencard.util.ByteArray

public class ByteArray
extends java.lang.Object


Constructor Summary
ByteArray()
           
 
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
 

Constructor Detail

ByteArray

public ByteArray()
Method Detail

equal

public static boolean equal(byte[] a,
                            byte[] b)
Check whether two arrays are equal.
Parameters:
a - first byte array
b - second byte array
Returns:
true if both arrays are equal, false otherwise.