Uses of Class
de.uhilger.httpserver.up.MultipartStream.ProgressNotifier
-
-
Uses of MultipartStream.ProgressNotifier in de.uhilger.httpserver.up
Constructors in de.uhilger.httpserver.up with parameters of type MultipartStream.ProgressNotifier Constructor Description MultipartStream(InputStream input, byte[] boundary, int bufSize, MultipartStream.ProgressNotifier pNotifier)
Constructs aMultipartStream
with a custom size buffer.
-