public interface MultipartFile extends InputStreamSource
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getContentType() |
InputStream |
getInputStream() |
String |
getName() |
String |
getOriginalFilename() |
long |
getSize() |
boolean |
isEmpty() |
void |
transferTo(File dest) |
String getName()
String getOriginalFilename()
String getContentType()
boolean isEmpty()
long getSize()
byte[] getBytes()
throws IOException
IOExceptionInputStream getInputStream() throws IOException
getInputStream in interface InputStreamSourceIOExceptionvoid transferTo(File dest) throws IOException, IllegalStateException
IOExceptionIllegalStateExceptionCopyright © 2022. All rights reserved.