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 intMultipartStream. discardBodyData()Readsbody-datafrom the currentencapsulationand discards it.intMultipartStream. readBodyData(java.io.OutputStream output)Readsbody-datafrom the currentencapsulationand writes its contents into the outputStream.booleanMultipartStream. readBoundary()Skips aboundarytoken, and checks whether moreencapsulationsare contained in the stream.java.lang.StringMultipartStream. readHeaders()Reads theheader-partof the currentencapsulation.
-