public class ClientUploader extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addHeader(String key,
String value) |
static ClientUploader |
getFileClientUploader(com.aliyuncs.IAcsClient client) |
static ClientUploader |
getImageClientUploader(com.aliyuncs.IAcsClient client) |
static ClientUploader |
getVideoClientUploader(com.aliyuncs.IAcsClient client) |
static ClientUploader |
getVoiceClientUploader(com.aliyuncs.IAcsClient client) |
String |
uploadBytes(byte[] bytes)
上传并获取上传后的图片链接
|
String |
uploadFile(String filePath)
上传并获取上传后的图片链接
|
public static ClientUploader getImageClientUploader(com.aliyuncs.IAcsClient client)
public static ClientUploader getVideoClientUploader(com.aliyuncs.IAcsClient client)
public static ClientUploader getVoiceClientUploader(com.aliyuncs.IAcsClient client)
public static ClientUploader getFileClientUploader(com.aliyuncs.IAcsClient client)
public String uploadBytes(byte[] bytes)
bytes - Copyright © 2018. All Rights Reserved.