| Package | Description |
|---|---|
| org.apache.commons.io |
Provides classes for working with streams, readers, writers and files.
|
| org.apache.commons.io.build |
Provides classes to implement IO builders.
|
| org.apache.commons.io.file |
Provides extensions in the realm of
java.nio.file. |
| org.apache.commons.io.filefilter | |
| 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. |
| org.apache.commons.io.monitor |
Provides a component for monitoring file system events (directory and file create, update and delete events).
|
| org.apache.commons.io.output |
Provides implementations of output classes, such as
OutputStream and
Writer. |
| org.apache.commons.io.serialization |
Provides a framework for controlling the deserialization of classes.
|
| Class and Description |
|---|
| IOConsumer
Like
Consumer but throws IOException. |
| IOFunction
Like
Function but throws IOException. |
| IOSupplier
Like
Supplier but throws IOException. |
| IOTriFunction
Represents a function that accepts three arguments and produces a result.
|
| Class and Description |
|---|
| IOSupplier
Like
Supplier but throws IOException. |
| Class and Description |
|---|
| IOBiFunction
Like
BiFunction but throws IOException. |
| IOSupplier
Like
Supplier but throws IOException. |
| Class and Description |
|---|
| IOSupplier
Like
Supplier but throws IOException. |
| Class and Description |
|---|
| IOBiConsumer
Like
BiConsumer but throws IOException. |
| IOIntConsumer
Like
IntConsumer but throws IOException. |
| IOIterable
Like
Iterable but throws IOException. |
| IOIterator
Like
Iterator but throws IOException. |
| IOSupplier
Like
Supplier but throws IOException. |
| Class and Description |
|---|
| IOSupplier
Like
Supplier but throws IOException. |
| Class and Description |
|---|
| IOConsumer
Like
Consumer but throws IOException. |
| IOFunction
Like
Function but throws IOException. |
| IOSupplier
Like
Supplier but throws IOException. |
| Class and Description |
|---|
| IOSupplier
Like
Supplier but throws IOException. |