We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.external.apache.commons.fileupload2.MultipartStream.MalformedStreamException
Packages that use MultipartStream.MalformedStreamException
-
Uses of MultipartStream.MalformedStreamException in com.vaadin.external.apache.commons.fileupload2
Methods in com.vaadin.external.apache.commons.fileupload2 that throw MultipartStream.MalformedStreamExceptionModifier and TypeMethodDescriptionint
MultipartStream.discardBodyData()
Reads
body-data
from the currentencapsulation
and discards it.int
MultipartStream.readBodyData
(OutputStream output) Reads
body-data
from the currentencapsulation
and writes its contents into the outputStream
.boolean
MultipartStream.readBoundary()
Skips a
boundary
token, and checks whether moreencapsulations
are contained in the stream.MultipartStream.readHeaders()
Reads the
header-part
of the currentencapsulation
.