| Package | Description |
|---|---|
| org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader. |
| Modifier and Type | Method and Description |
|---|---|
static ThrottledInputStream.Builder |
ThrottledInputStream.builder()
Constructs a new
ThrottledInputStream.Builder. |
ThrottledInputStream.Builder |
ThrottledInputStream.Builder.setMaxBytes(long value,
java.time.temporal.ChronoUnit chronoUnit)
Sets the maximum bytes per time period unit.
|
(package private) ThrottledInputStream.Builder |
ThrottledInputStream.Builder.setMaxBytes(long value,
java.time.Duration duration)
Sets the maximum bytes per duration.
|