public interface ImageDfsService
| Modifier and Type | Method and Description |
|---|---|
String |
save(long uid,
String folder,
byte[] data,
String sizeList) |
List<String> |
save(long uid,
String folder,
List<org.springframework.web.multipart.MultipartFile> pictureList,
String sizeList) |
String |
save(long uid,
String folder,
org.springframework.web.multipart.MultipartFile file,
String sizeList) |
String |
save(long uid,
String folder,
org.springframework.web.multipart.MultipartFile file,
String sizeList,
int width,
int height) |
String save(long uid, String folder, byte[] data, String sizeList) throws IOException
IOExceptionString save(long uid, String folder, org.springframework.web.multipart.MultipartFile file, String sizeList) throws IOException
IOExceptionString save(long uid, String folder, org.springframework.web.multipart.MultipartFile file, String sizeList, int width, int height) throws IOException
IOExceptionList<String> save(long uid, String folder, List<org.springframework.web.multipart.MultipartFile> pictureList, String sizeList) throws IOException
IOExceptionCopyright © 2014–2017. All rights reserved.