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