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 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
.
-