|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.stefanochizzolini.clown.util.math.OperationUtils
public final class OperationUtils
Specialized math operations.
Constructor Summary | |
---|---|
OperationUtils()
|
Method Summary | |
---|---|
static int |
compare(byte[] data1,
byte[] data2)
Big-endian comparison. |
static void |
increment(byte[] data)
Big-endian increment. |
static void |
increment(byte[] data,
int position)
Big-endian increment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationUtils()
Method Detail |
---|
public static int compare(byte[] data1, byte[] data2)
public static void increment(byte[] data)
public static void increment(byte[] data, int position)
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |