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