| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.transfer |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DownloadImpl |
| 限定符和类型 | 方法和说明 |
|---|---|
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
File file)
Schedules a new transfer to download data from Qcloud COS and save it to the specified file.
|
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
File file,
boolean resumableDownload) |
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
File file,
boolean resumableDownload,
String resumableTaskFile,
int multiThreadThreshold,
int partSize) |
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
File file,
COSProgressListener progressListener)
Schedules a new transfer to download data from Qcloud COS and save it to the specified file.
|
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
File file,
COSProgressListener progressListener,
boolean resumableDownload) |
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
File file,
COSProgressListener progressListener,
boolean resumableDownload,
String resumableTaskFile,
int multiThreadThreshold,
int partSize) |
Download |
TransferManager.download(String bucket,
String key,
File file)
Schedules a new transfer to download data from Qcloud COS and save it to the specified file.
|
Download |
TransferManager.resumeDownload(PersistableDownload persistableDownload)
Resumes an download operation.
|
| 构造器和说明 |
|---|
MultipleFileDownloadImpl(String description,
TransferProgress transferProgress,
ProgressListenerChain progressListenerChain,
String keyPrefix,
String bucketName,
Collection<? extends Download> downloads) |
Copyright © 2022. All rights reserved.