org.knopflerfish.util
public class Compare extends java.lang.Object
| Constructor and Description |
|---|
Compare() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
compareByteArrays(byte[] a,
byte[] a2)
Returns true if the two specified arrays of bytes are equal to one
another.
|
public static boolean compareByteArrays(byte[] a,
byte[] a2)
a - One array to be tested for equality.a2 - The other array to be tested for equality.true if the two arrays are equal.