PDF Clown
0.0.8

it.stefanochizzolini.clown.util.math
Class OperationUtils

java.lang.Object
  extended by it.stefanochizzolini.clown.util.math.OperationUtils

public final class OperationUtils
extends Object

Specialized math operations.

Since:
0.0.8
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

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

OperationUtils

public OperationUtils()
Method Detail

compare

public static int compare(byte[] data1,
                          byte[] data2)
Big-endian comparison.


increment

public static void increment(byte[] data)
Big-endian increment.


increment

public static void increment(byte[] data,
                             int position)
Big-endian increment.


PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.