| Package | Description |
|---|---|
| org.apache.commons.io.function |
Provides IO-only related functional interfaces for lambda expressions and method references.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOBaseStream<T,S extends IOBaseStream<T,S,B>,B extends BaseStream<T,B>>
Like
BaseStream but throws IOException. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOStream<T>
Like
Stream but throws IOException. |
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.