|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MultipartStream.MalformedStreamException | |
| org.apache.turbine.util.upload | |
| Uses of MultipartStream.MalformedStreamException in org.apache.turbine.util.upload |
| Methods in org.apache.turbine.util.upload that throw MultipartStream.MalformedStreamException | |
boolean |
MultipartStream.readBoundary()
Deprecated. Skips a boundary token, and checks wether more
encapsulations are contained in the stream. |
java.lang.String |
MultipartStream.readHeaders()
Deprecated. Reads header-part of the current
encapsulation
|
int |
MultipartStream.readBodyData(java.io.OutputStream output)
Deprecated. Reads body-data from the current
encapsulation and writes its contents into the
output Stream. |
int |
MultipartStream.discardBodyData()
Deprecated. Reads body-data from the current
encapsulation and discards it. |
| Constructors in org.apache.turbine.util.upload that throw MultipartStream.MalformedStreamException | |
MultipartStream(java.io.InputStream input,
byte[] boundary,
int bufSize)
Deprecated. Constructs a MultipartStream with a custom size buffer. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||