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 asInputStreamandReader. -
-
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.BuilderThrottledInputStream. builder()Constructs a newThrottledInputStream.Builder.ThrottledInputStream.BuilderThrottledInputStream.Builder. setMaxBytes(long value, java.time.temporal.ChronoUnit chronoUnit)Sets the maximum bytes per time period unit.
-