Uses of Class
org.apache.commons.fileupload2.core.MultipartInput.MalformedStreamException
-
-
Uses of MultipartInput.MalformedStreamException in org.apache.commons.fileupload2.core
Methods in org.apache.commons.fileupload2.core that throw MultipartInput.MalformedStreamException Modifier and Type Method Description long
MultipartInput. discardBodyData()
Readsbody-data
from the currentencapsulation
and discards it.long
MultipartInput. readBodyData(OutputStream output)
Readsbody-data
from the currentencapsulation
and writes its contents into the outputStream
.boolean
MultipartInput. readBoundary()
Skips aboundary
token, and checks whether moreencapsulations
are contained in the stream.String
MultipartInput. readHeaders()
Reads theheader-part
of the currentencapsulation
.
-