Uses of Class
com.vaadin.external.apache.commons.fileupload2.MultipartStream.ProgressNotifier
Packages that use MultipartStream.ProgressNotifier
-
Uses of MultipartStream.ProgressNotifier in com.vaadin.external.apache.commons.fileupload2
Constructors in com.vaadin.external.apache.commons.fileupload2 with parameters of type MultipartStream.ProgressNotifierModifierConstructorDescriptionMultipartStream(InputStream input, byte[] boundary, int bufSize, MultipartStream.ProgressNotifier pNotifier) Constructs aMultipartStreamwith a custom size buffer.MultipartStream(InputStream input, byte[] boundary, MultipartStream.ProgressNotifier pNotifier) Constructs aMultipartStreamwith a default size buffer.