| 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 java.util.stream.BaseStream<T,B>>
Like
BaseStream but throws IOException. |
(package private) class |
IOBaseStreamAdapter<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>>
Abstracts an
IOBaseStream implementation. |
(package private) class |
UncheckedIOBaseStream<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>>
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOStream<T>
Like
Stream but throws IOException. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
IOBaseStreamAdapter<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>>
Abstracts an
IOBaseStream implementation. |
(package private) class |
IOStreamAdapter<T>
Adapts an
Stream as an IOStream. |
| Modifier and Type | Field and Description |
|---|---|
private S |
UncheckedIOBaseStream.delegate |