public class HttpUploadFile extends Object
| Constructor and Description |
|---|
HttpUploadFile(String fileName,
InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension() |
String |
getFileName() |
InputStream |
getInputStream() |
void |
saveAs(String filePath) |
public HttpUploadFile(String fileName, InputStream inputStream)
public String getFileName()
public String getExtension()
public InputStream getInputStream()
public void saveAs(String filePath) throws IOException
IOExceptionCopyright © 2019. All rights reserved.