| 程序包 | 说明 |
|---|---|
| com.sinacloud.scs.services.scs.transfer |
Transfer management.
|
| com.sinacloud.scs.services.scs.transfer.internal |
| 限定符和类型 | 方法和说明 |
|---|---|
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
File file)
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
Download |
TransferManager.download(String bucket,
String key,
File file)
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DownloadImpl |
| 构造器和说明 |
|---|
MultipleFileDownloadImpl(String description,
TransferProgress transferProgress,
ProgressListenerChain progressListenerChain,
String keyPrefix,
String bucketName,
Collection<? extends Download> downloads) |
MultipleFileDownloadImpl(String description,
TransferProgress transferProgress,
ProgressListenerChain progressListenerChain,
String keyPrefix,
String bucketName,
Collection<? extends Download> downloads)
|
Copyright © 2016-2017. All Rights Reserved.