|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultipartStream.MalformedStreamException | |
|---|---|
| play.data.parsing | |
| Uses of MultipartStream.MalformedStreamException in play.data.parsing |
|---|
| Methods in play.data.parsing that throw MultipartStream.MalformedStreamException | |
|---|---|
int |
MultipartStream.discardBodyData()
Reads body-data from the current
encapsulation and discards it. |
int |
MultipartStream.readBodyData(OutputStream output)
Reads body-data from the current
encapsulation and writes its contents into the
output Stream. |
boolean |
MultipartStream.readBoundary()
Skips a boundary token, and checks whether more
encapsulations are contained in the stream. |
String |
MultipartStream.readHeaders()
Reads the header-part of the current
encapsulation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||