com.myJava.file.delta.tools
Class HashTool

java.lang.Object
  extended by com.myJava.file.delta.tools.HashTool

public class HashTool
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
HashTool()
           
 
Method Summary
static int hash(int currentHash, byte value)
           
static int update(int currentHash, byte newValue, byte oldValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashTool

public HashTool()
Method Detail

hash

public static int hash(int currentHash,
                       byte value)

update

public static int update(int currentHash,
                         byte newValue,
                         byte oldValue)