Uses of Class
io.milton.zsync.RelocateRange
Packages that use RelocateRange
-
Uses of RelocateRange in io.milton.zsync
Methods in io.milton.zsync that return RelocateRangeModifier and TypeMethodDescriptionstatic RelocateRangeConstructs and returns a RelocateRange object from the input String.Methods in io.milton.zsync with parameters of type RelocateRangeMethod parameters in io.milton.zsync with type arguments of type RelocateRangeModifier and TypeMethodDescriptionstatic InputStreamUploadMaker.getRelocStream(List<RelocateRange> relocList) Generates the relocStream portion of an Upload from a List of RelocateRanges.static voidUploadReader.moveBlocks(byte[] in, List<RelocateRange> rlist, int blockSize, byte[] out) Copies blocks of data from the in array to the out array.static voidUploadReader.moveBlocks(File inFile, Enumeration<RelocateRange> relocRanges, int blocksize, File outFile) Copies blocks of data from the input File to the output File.