Package com.emc.object.s3
Class LargeFileDownloader.DownloadPartTask
- java.lang.Object
-
- com.emc.object.s3.LargeFileDownloader.DownloadPartTask
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>
- Enclosing class:
- LargeFileDownloader
protected class LargeFileDownloader.DownloadPartTask extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Void>
-
-
Constructor Summary
Constructors Constructor Description DownloadPartTask(Range range, java.nio.channels.FileChannel channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
call()
-
-
-
Constructor Detail
-
DownloadPartTask
public DownloadPartTask(Range range, java.nio.channels.FileChannel channel)
-
-