|
||||||||||
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(java.io.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. |
java.lang.String |
MultipartFormInputStream.readHeaders(int maxSize)
Reads the header-part of the current encapsulation . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |