public class MultipartFileWrapper extends Object implements FileWrapper
| 构造器和说明 |
|---|
MultipartFileWrapper(org.springframework.web.multipart.MultipartFile file,
String name,
String contentType,
Long size) |
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
getInputStream() |
boolean |
supportTransfer() |
void |
transferTo(File dest) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentType, getInputStreamMaskReset, getInputStreamMaskResetReturn, getName, getSize, setContentType, setName, setSizepublic InputStream getInputStream() throws IOException
getInputStream 在接口中 FileWrapperIOExceptionpublic void transferTo(File dest)
transferTo 在接口中 FileWrapperpublic boolean supportTransfer()
supportTransfer 在接口中 FileWrapperCopyright © 2023. All rights reserved.