| Package | Description |
|---|---|
| org.apache.wicket.util.upload |
Protocol independent upload utilities.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.