- java.lang.Object
-
- COM.claymoresystems.util.Util
-
-
Constructor Summary
Constructors
| Constructor and Description |
Util() |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
static boolean |
areEqual(byte[] arr1,
byte[] arr2) |
static int |
max(int a,
int b) |
static int |
min(int a,
int b) |
static byte[] |
toBytes(long val) |
static byte[] |
toBytes(long val,
int bytes) |
static byte[] |
toBytes(short val) |
static java.lang.String |
toHex(byte[] arr) |
static void |
xdump(byte[] arr) |
static void |
xdump(java.lang.String label,
byte[] arr) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.