Package | Description |
---|---|
com.netease.cloud.services.nos | |
com.netease.cloud.services.nos.internal | |
com.netease.cloud.services.nos.transfer.internal |
Modifier and Type | Method and Description |
---|---|
NOSObject |
Nos.getObject(GetObjectRequest getObjectRequest)
Gets the object stored in NOS under the specified bucket and key.
|
NOSObject |
NosClient.getObject(GetObjectRequest getObjectRequest) |
NOSObject |
Nos.getObject(String bucketName,
String key)
Gets the object stored in NOS under the specified bucket and key.
|
NOSObject |
NosClient.getObject(String bucketName,
String key) |
Modifier and Type | Method and Description |
---|---|
WebServiceResponse<NOSObject> |
NosObjectResponseHandler.handle(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceUtils.downloadObjectToFile(NOSObject Object,
File destinationFile)
Downloads an Object, as returned from
NosClient.getObject(com.netease.cloud.services.nos.model.GetObjectRequest)
, to the specified file. |
Constructor and Description |
---|
DownloadImpl(String description,
TransferProgress transferProgress,
ProgressListenerChain progressListenerChain,
NOSObject nosObject,
TransferStateChangeListener listener) |
Copyright © 2017. All Rights Reserved.