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