| Package | Description |
|---|---|
| io.milton.zsync |
| Modifier and Type | Method and Description |
|---|---|
ChecksumPair |
ChainingHash.find(ChecksumPair pKey)
Method used to find an object in hash table using only weakSum
|
ChecksumPair |
ChainingHash.find(ChecksumPair pKey)
Method used to find an object in hash table using only weakSum
|
ChecksumPair |
ChainingHash.findMatch(ChecksumPair pKey)
Method used to find an object in hash table using weakSum and strongSum
|
ChecksumPair |
ChainingHash.findMatch(ChecksumPair pKey)
Method used to find an object in hash table using weakSum and strongSum
|
ChecksumPair |
Generator.generateSum(byte[] buf,
int off,
int len,
long fileOffset,
Configuration config)
Generate a sum pair for a portion of a byte array.
|
ChecksumPair |
Generator.generateSum(byte[] buf,
int off,
int len,
long fileOffset,
Configuration config)
Generate a sum pair for a portion of a byte array.
|
ChecksumPair |
Generator.generateSum(byte[] buf,
long fileOffset,
Configuration config)
Generate a sum pair for an entire byte array.
|
ChecksumPair |
Generator.generateSum(byte[] buf,
long fileOffset,
Configuration config)
Generate a sum pair for an entire byte array.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChecksumPair> |
MetaFileMaker.MetaData.getChecksums() |
List<ChecksumPair> |
MetaFileMaker.MetaData.getChecksums() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChainingHash.delete(ChecksumPair pKey)
Method used to delete an object from hash table
|
void |
MakeContext.delete(ChecksumPair key) |
void |
MakeContextEx.delete(ChecksumPair key)
Overrides
delete in MakeContext to do nothing. |
void |
MakeContextEx.delete(ChecksumPair key)
Overrides
delete in MakeContext to do nothing. |
void |
MakeContext.delete(ChecksumPair key) |
void |
ChainingHash.delete(ChecksumPair pKey)
Method used to delete an object from hash table
|
ChecksumPair |
ChainingHash.find(ChecksumPair pKey)
Method used to find an object in hash table using only weakSum
|
ChecksumPair |
ChainingHash.find(ChecksumPair pKey)
Method used to find an object in hash table using only weakSum
|
ChecksumPair |
ChainingHash.findMatch(ChecksumPair pKey)
Method used to find an object in hash table using weakSum and strongSum
|
ChecksumPair |
ChainingHash.findMatch(ChecksumPair pKey)
Method used to find an object in hash table using weakSum and strongSum
|
int |
ChainingHash.hashFunction(ChecksumPair pKey)
Hashing function
|
int |
ChainingHash.hashFunction(ChecksumPair pKey)
Hashing function
|
void |
ChainingHash.insert(ChecksumPair pKey)
Method inserting object into the table
|
void |
ChainingHash.insert(ChecksumPair pKey)
Method inserting object into the table
|
| Constructor and Description |
|---|
MetaData(HeaderMaker.Headers headers,
List<ChecksumPair> list) |
MetaData(HeaderMaker.Headers headers,
List<ChecksumPair> list) |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.