-
If stream size is larger that unsigned int it returns wrong value. int available = is.available(); And even If I know the size of my file, I cant set it by setInitialMax() - because it will be overrided by wrapper: public static InputStream wrap(InputStream is, ProgressBarBuilder pbb) { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
OK -- so you are saying that, if |
Beta Was this translation helpful? Give feedback.
OK -- so you are saying that, if
setInitialMax
is invoked in the builder, do not use theUtil.getInputStreamSize
function?