public class MultipartFile extends Object
| 构造器和说明 |
|---|
MultipartFile() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getContent() |
String |
getContentType() |
String |
getName() |
long |
getSize() |
InputStream |
getStream() |
void |
setContent(byte[] content) |
void |
setContentType(String contentType) |
void |
setName(String name) |
void |
setSize(long size) |
void |
setStream(InputStream stream) |
String |
toString() |
public String getName()
public long getSize()
public void setSize(long size)
public void setName(String name)
public String getContentType()
public void setContentType(String contentType)
public byte[] getContent()
public void setContent(byte[] content)
public InputStream getStream()
public void setStream(InputStream stream)
Copyright © 2018. All rights reserved.