Uses of Class
play.data.parsing.MultipartStream.MalformedStreamException
-
Packages that use MultipartStream.MalformedStreamException Package Description play.data.parsing -
-
Uses of MultipartStream.MalformedStreamException in play.data.parsing
Methods in play.data.parsing 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.
-