Uses of Class
org.apache.commons.fileupload.MultipartStream.MalformedStreamException
-
Packages that use MultipartStream.MalformedStreamException Package Description org.apache.commons.fileupload A component for handling HTML file uploads as specified by RFC 1867. -
-
Uses of MultipartStream.MalformedStreamException in org.apache.commons.fileupload
Methods in org.apache.commons.fileupload that throw MultipartStream.MalformedStreamException Modifier and Type Method Description int
MultipartStream. discardBodyData()
Readsbody-data
from the currentencapsulation
and discards it.int
MultipartStream. readBodyData(java.io.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.java.lang.String
MultipartStream. readHeaders()
Reads theheader-part
of the currentencapsulation
.
-