public interface StoreTemplate
| 限定符和类型 | 方法和说明 |
|---|---|
String |
upload(byte[] bytes,
String fileName) |
String |
upload(File uploadFile,
String fileName)
upload the file to cloud
|
String upload(File uploadFile, String fileName) throws IOException
uploadFile - the upload filefileName - file nameIOException - exceptionString upload(byte[] bytes, String fileName) throws IOException
bytes - the file bytesfileName - file nameIOException - exceptionCopyright © 2016. All rights reserved.