Uses of Class
org.apache.commons.fileupload.MultipartStream.MalformedStreamException
Packages that use MultipartStream.MalformedStreamException
-
Uses of MultipartStream.MalformedStreamException in org.apache.commons.fileupload
Methods in org.apache.commons.fileupload that throw MultipartStream.MalformedStreamExceptionModifier and TypeMethodDescriptionint
MultipartStream.discardBodyData()
Readsbody-data
from the currentencapsulation
and discards it.int
MultipartStream.readBodyData
(OutputStream output) Readsbody-data
from the currentencapsulation
and writes its contents into the outputStream
.boolean
MultipartStream.readBoundary()
Skips aboundary
token, and checks whether moreencapsulations
are contained in the stream.MultipartStream.readHeaders()
Reads theheader-part
of the currentencapsulation
.