Package | Description |
---|---|
org.apache.commons.io |
This package defines utility classes for working with streams, readers,
writers and files.
|
org.apache.commons.io.function |
IO-only related functional interfaces provide target types for lambda expressions and method references.
|
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 . |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.