com.myJava.file.delta.sequence
Class HashSequence

java.lang.Object
  extended by com.myJava.file.delta.sequence.HashSequence

public class HashSequence
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
HashSequence(long blockSize)
           
 
Method Summary
 void add(int quickHash, byte[] fullHash, long bucketPosition, int bucketSize)
           
 boolean contains(int quickHash)
           
 java.util.List get(int quickHash, byte[] fullHash)
          CAUTION : The return list is recycled before each call to this method.
 long getBlockSize()
           
 SimilarEntrySet[] getInternalData()
           
 int getSize()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashSequence

public HashSequence(long blockSize)
Method Detail

add

public void add(int quickHash,
                byte[] fullHash,
                long bucketPosition,
                int bucketSize)

getInternalData

public SimilarEntrySet[] getInternalData()

contains

public boolean contains(int quickHash)

getBlockSize

public long getBlockSize()

get

public java.util.List get(int quickHash,
                          byte[] fullHash)
CAUTION : The return list is recycled before each call to this method.


getSize

public int getSize()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object