Uses of Class
org.apache.commons.io.input.ThrottledInputStream.Builder
-
Packages that use ThrottledInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of ThrottledInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return ThrottledInputStream.Builder Modifier and Type Method Description static ThrottledInputStream.Builder
ThrottledInputStream. builder()
Constructs a newThrottledInputStream.Builder
.
-