Uses of Interface
org.apache.commons.io.function.IOIterable
-
Packages that use IOIterable 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 asInputStreamandReader. -
-
Uses of IOIterable in org.apache.commons.io.function
Fields in org.apache.commons.io.function declared as IOIterable Modifier and Type Field Description private IOIterable<E>UncheckedIOIterable. delegateConstructors in org.apache.commons.io.function with parameters of type IOIterable Constructor Description 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 IOIterable Modifier and Type Class Description classReversedLinesFileReaderReads lines in a file reversely (similar to a BufferedReader, but starting at the last line).
-