Uses of Class
io.milton.zsync.OffsetPair
Packages that use OffsetPair
-
Uses of OffsetPair in io.milton.zsync
Methods in io.milton.zsync that return types with arguments of type OffsetPairModifier and TypeMethodDescriptionMakeContextEx.getReverseMap()Returns a list of OffsetPairs representing the block-matches between the local and remote file.Method parameters in io.milton.zsync with type arguments of type OffsetPairModifier and TypeMethodDescriptionstatic InputStreamUploadMakerEx.serversMissingRangesEx(List<OffsetPair> reverseMap, File local, int blockSize) Determines the byte ranges from the client file that need to be uploaded to the server.static InputStreamUploadMakerEx.serversRelocationRangesEx(List<OffsetPair> reverseMap, int blockSize, long fileLength, boolean combineRanges) Determines the instructions needed by the server to relocate blocks of data already contained in its version of the file.