| Package | Description |
|---|---|
| io.milton.zsync |
| Modifier and Type | Method and Description |
|---|---|
static RelocateRange |
RelocateRange.parse(String relocString)
Constructs and returns a RelocateRange object from the input String.
|
static RelocateRange |
RelocateRange.parse(String relocString)
Constructs and returns a RelocateRange object from the input String.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelocWriter.add(RelocateRange reloc) |
void |
RelocWriter.add(RelocateRange reloc) |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
UploadMaker.getRelocStream(List<RelocateRange> relocList)
Generates the relocStream portion of an Upload from a List of
RelocateRanges.
|
static InputStream |
UploadMaker.getRelocStream(List<RelocateRange> relocList)
Generates the relocStream portion of an Upload from a List of
RelocateRanges.
|
static void |
UploadReader.moveBlocks(byte[] in,
List<RelocateRange> rlist,
int blockSize,
byte[] out)
Copies blocks of data from the in array to the out array.
|
static void |
UploadReader.moveBlocks(byte[] in,
List<RelocateRange> rlist,
int blockSize,
byte[] out)
Copies blocks of data from the in array to the out array.
|
static void |
UploadReader.moveBlocks(File inFile,
Enumeration<RelocateRange> relocRanges,
int blocksize,
File outFile)
Copies blocks of data from the input File to the output File.
|
static void |
UploadReader.moveBlocks(File inFile,
Enumeration<RelocateRange> relocRanges,
int blocksize,
File outFile)
Copies blocks of data from the input File to the output File.
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.