Uses of Interface
org.apache.commons.io.function.IOSupplier

Packages that use IOSupplier
Package
Description
Provides classes for working with streams, readers, writers and files.
Provides classes to implement IO builders.
Provides extensions in the realm of java.nio.file.
Provides the an interface IOFileFilter that combines both FileFilter and FilenameFilter.
Provides IO-only related functional interfaces for lambda expressions and method references.
Provides implementations of input classes, such as InputStream and Reader.
Provides a component for monitoring file system events (directory and file create, update and delete events).
Provides implementations of output classes, such as OutputStream and Writer.
Provides a framework for controlling the deserialization of classes.