Package io.undertow.server.handlers.form
Class FormData.FileItem
java.lang.Object
io.undertow.server.handlers.form.FormData.FileItem
- Enclosing class:
- FormData
-
Constructor Details
-
FileItem
-
FileItem
public FileItem(byte[] content)
-
-
Method Details
-
isInMemory
public boolean isInMemory() -
getFile
-
getFileSize
- Throws:
IOException
-
getInputStream
- Throws:
IOException
-
delete
- Throws:
IOException
-
write
- Throws:
IOException
-