| Package | Description |
|---|---|
| org.apache.commons.io |
This package defines utility classes for working with streams, readers,
writers and files.
|
| org.apache.commons.io.function |
This package defines IO-only related functional interfaces for lambda expressions and method references.
|
| org.apache.commons.io.output |
This package provides implementations of output classes, such as
OutputStream and Writer. |
| Class and Description |
|---|
| IOConsumer
Like
Consumer 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 |
|---|
| IOConsumer
Like
Consumer but throws IOException. |
| IOFunction
Like
Function but throws IOException. |
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.