Uses of Class
io.milton.zsync.ChecksumPair
Packages that use ChecksumPair
-
Uses of ChecksumPair in io.milton.zsync
Methods in io.milton.zsync that return ChecksumPairModifier and TypeMethodDescriptionChainingHash.find(ChecksumPair pKey) Method used to find an object in hash table using only weakSumChainingHash.findMatch(ChecksumPair pKey) Method used to find an object in hash table using weakSum and strongSumGenerator.generateSum(byte[] buf, int off, int len, long fileOffset, Configuration config) Generate a sum pair for a portion of a byte array.Generator.generateSum(byte[] buf, long fileOffset, Configuration config) Generate a sum pair for an entire byte array.Methods in io.milton.zsync that return types with arguments of type ChecksumPairMethods in io.milton.zsync with parameters of type ChecksumPairModifier and TypeMethodDescriptionvoidChainingHash.delete(ChecksumPair pKey) Method used to delete an object from hash tablevoidMakeContext.delete(ChecksumPair key) voidMakeContextEx.delete(ChecksumPair key) Overridesdeletein MakeContext to do nothing.ChainingHash.find(ChecksumPair pKey) Method used to find an object in hash table using only weakSumChainingHash.findMatch(ChecksumPair pKey) Method used to find an object in hash table using weakSum and strongSumintChainingHash.hashFunction(ChecksumPair pKey) Hashing functionvoidChainingHash.insert(ChecksumPair pKey) Method inserting object into the tableConstructor parameters in io.milton.zsync with type arguments of type ChecksumPair