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