| Package | Description |
|---|---|
| org.apache.commons.io.function |
Provides IO-only related functional interfaces for lambda expressions and method references.
|
| org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader. |
| Modifier and Type | Field and Description |
|---|---|
static IOIntConsumer |
IOIntConsumer.NOOP
The constant no-op consumer.
|
| Modifier and Type | Method and Description |
|---|---|
default IOIntConsumer |
IOIntConsumer.andThen(IOIntConsumer after)
Returns a composed
IOIntConsumer that performs, in sequence, this operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Uncheck.accept(IOIntConsumer consumer,
int i)
Accepts an IO consumer with the given argument.
|
default IOIntConsumer |
IOIntConsumer.andThen(IOIntConsumer after)
Returns a composed
IOIntConsumer that performs, in sequence, this operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
IOIntConsumer |
ProxyInputStream.AbstractBuilder.getAfterRead()
Gets the
ProxyInputStream.afterRead(int) consumer. |
| Modifier and Type | Method and Description |
|---|---|
B |
ProxyInputStream.AbstractBuilder.setAfterRead(IOIntConsumer afterRead)
Sets the
ProxyInputStream.afterRead(int) behavior, null resets to a NOOP. |