Uses of Class
org.apache.commons.fileupload.MultipartStream.ProgressNotifier
Packages that use MultipartStream.ProgressNotifier
-
Uses of MultipartStream.ProgressNotifier in org.apache.commons.fileupload
Constructors in org.apache.commons.fileupload with parameters of type MultipartStream.ProgressNotifierModifierConstructorDescriptionMultipartStream
(InputStream input, byte[] boundary, int bufSize, MultipartStream.ProgressNotifier notifier) Constructs aMultipartStream
with a custom size buffer.