public class CompleteMultipartDownload extends Object implements Callable<File>
CompleteMultipartDownload(List<Future<Long>> files, File destinationFile, DownloadImpl download, Integer currentPartNumber)
File
call()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CompleteMultipartDownload(List<Future<Long>> files, File destinationFile, DownloadImpl download, Integer currentPartNumber)
public File call() throws Exception
call
Callable<File>
Exception