public interface ImageHostingService
| 限定符和类型 | 方法和说明 |
|---|---|
ImageHostingResponse |
upload(byte[] imageBytes,
ImageHostingOptions options) |
ImageHostingResponse |
upload(File imageFile,
ImageHostingOptions options) |
ImageHostingResponse upload(byte[] imageBytes, ImageHostingOptions options) throws IOException
IOExceptionImageHostingResponse upload(File imageFile, ImageHostingOptions options) throws IOException
IOExceptionCopyright © 2019. All rights reserved.