Package | Description |
---|---|
org.apache.commons.fileupload |
A component for handling HTML file uploads as specified by
RFC 1867.
|
Modifier and Type | Field and Description |
---|---|
private MultipartStream.ProgressNotifier |
FileUploadBase.FileItemIteratorImpl.notifier
The notifier, which used for triggering the
ProgressListener . |
private MultipartStream.ProgressNotifier |
MultipartStream.notifier
The progress notifier, if any, or null.
|
Constructor and Description |
---|
MultipartStream(java.io.InputStream input,
byte[] boundary,
int bufSize,
MultipartStream.ProgressNotifier pNotifier)
Constructs a
MultipartStream with a custom size buffer. |
MultipartStream(java.io.InputStream input,
byte[] boundary,
MultipartStream.ProgressNotifier pNotifier)
Constructs a
MultipartStream with a default size buffer. |