Uses of Interface
org.apache.commons.io.function.IOIterable
Packages that use IOIterable
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 IOIterable in org.apache.commons.io.function
Fields in org.apache.commons.io.function declared as IOIterableConstructors in org.apache.commons.io.function with parameters of type IOIterableModifierConstructorDescription(package private)UncheckedIOIterable(IOIterable<E> delegate) Constructs a new instance. -
Uses of IOIterable in org.apache.commons.io.input
Classes in org.apache.commons.io.input that implement IOIterableModifier and TypeClassDescriptionclassReads lines in a file reversely (similar to a BufferedReader, but starting at the last line).