| Package | Description |
|---|---|
| io.milton.zsync |
| Modifier and Type | Method and Description |
|---|---|
List<OffsetPair> |
MakeContextEx.getReverseMap()
Returns a list of OffsetPairs representing the block-matches between the local and
remote file.
|
List<OffsetPair> |
MakeContextEx.getReverseMap()
Returns a list of OffsetPairs representing the block-matches between the local and
remote file.
|
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
UploadMakerEx.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 InputStream |
UploadMakerEx.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 InputStream |
UploadMakerEx.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.
|
static InputStream |
UploadMakerEx.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.
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.