Uses of Class
org.apache.commons.io.input.ThrottledInputStream.Builder
Packages that use ThrottledInputStream.Builder
-
Uses of ThrottledInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return ThrottledInputStream.BuilderModifier and TypeMethodDescriptionstatic ThrottledInputStream.BuilderThrottledInputStream.builder()Constructs a newThrottledInputStream.Builder.(package private) ThrottledInputStream.BuilderThrottledInputStream.Builder.setMaxBytes(long value, Duration duration) Sets the maximum bytes per duration.ThrottledInputStream.Builder.setMaxBytes(long value, ChronoUnit chronoUnit) Sets the maximum bytes per time period unit.private ThrottledInputStream.BuilderThrottledInputStream.Builder.setMaxBytesPerSecond(double maxBytesPerSecond) Sets the maximum bytes per second.Constructors in org.apache.commons.io.input with parameters of type ThrottledInputStream.Builder