Package io.milton.zsync
Class MakeContext
java.lang.Object
io.milton.zsync.MakeContext
- Direct Known Subclasses:
MakeContextEx
Holds working variables used when applying deltas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoiddelete(ChecksumPair key) booleanmatched(int blockIndex) voidput(int blockIndex, long offset) voidremovematch(int blockIndex)
-
Constructor Details
-
MakeContext
-
-
Method Details
-
put
public void put(int blockIndex, long offset) -
delete
-
matched
public boolean matched(int blockIndex) -
removematch
public void removematch(int blockIndex) -
blockcount
public int blockcount()
-