Uses of Class
com.helger.web.multipart.MultipartProgressNotifier
-
Packages that use MultipartProgressNotifier Package Description com.helger.web.multipart -
-
Uses of MultipartProgressNotifier in com.helger.web.multipart
Constructors in com.helger.web.multipart with parameters of type MultipartProgressNotifier Constructor Description MultipartStream(InputStream aIS, byte[] aBoundary, int nBufSize, MultipartProgressNotifier aNotifier)Constructs aMultipartStreamwith a custom size buffer.MultipartStream(InputStream aIS, byte[] aBoundary, MultipartProgressNotifier aNotifier)Constructs aMultipartStreamwith a default size buffer.
-