public class MultiPartFile extends Object
| Constructor and Description |
|---|
MultiPartFile(String fileName,
String contentType,
InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getFileName() |
InputStream |
getInputStream() |
byte[] |
readAllBytes() |
public MultiPartFile(String fileName, String contentType, InputStream inputStream)
public String getFileName()
public String getContentType()
public InputStream getInputStream()
public byte[] readAllBytes()
Copyright © 2020. All rights reserved.