See: Description
| Class | Description |
|---|---|
| Constants |
Defines package-private constants.
|
| Erase |
Erases
IOException for the compiler but still throws that exception at runtime. |
| IOBaseStreamAdapter<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>> |
Abstracts an
IOBaseStream implementation. |
| IOIteratorAdapter<E> |
Adapts an
Iterator as an IOIterator. |
| IOSpliteratorAdapter<T> |
Adapts an
Spliterator as an IOSpliterator. |
| IOStreamAdapter<T> | |
| IOStreams |
Keep this code package-private for now.
|
| Uncheck |
Unchecks calls by throwing
UncheckedIOException instead of IOException. |
| UncheckedIOBaseStream<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>> | |
| UncheckedIOIterable<E> | |
| UncheckedIOIterator<E> | |
| UncheckedIOSpliterator<T> |