See: Description
Interface | Description |
---|---|
IOBaseStream<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>> |
Like
BaseStream but throws IOException . |
IOBiConsumer<T,U> |
Like
BiConsumer but throws IOException . |
IOBiFunction<T,U,R> |
Like
BiFunction but throws IOException . |
IOBinaryOperator<T> |
Like
BinaryOperator but throws IOException . |
IOComparator<T> |
Like
Comparator but throws IOException . |
IOConsumer<T> |
Like
Consumer but throws IOException . |
IOFunction<T,R> |
Like
Function but throws IOException . |
IOIntSupplier |
Like
IntSupplier but throws IOException . |
IOIterator<E> |
Like
Iterator but throws IOException . |
IOLongSupplier |
Like
LongSupplier but throws IOException . |
IOPredicate<T> |
Like
Predicate but throws IOException . |
IOQuadFunction<T,U,V,W,R> |
Represents a function that accepts four arguments and produces a result.
|
IORunnable |
Like
Runnable but throws IOException . |
IOSpliterator<T> |
Like
Spliterator but throws IOException . |
IOStream<T> |
Like
Stream but throws IOException . |
IOSupplier<T> |
Like
Supplier but throws IOException . |
IOTriConsumer<T,U,V> |
Like
BiConsumer but throws IOException . |
IOTriFunction<T,U,V,R> |
Represents a function that accepts three arguments and produces a result.
|
IOUnaryOperator<T> |
Like
UnaryOperator but throws IOException . |
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> |
Adapts an
Stream as an IOStream . |
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>> | |
UncheckedIOIterator<E> | |
UncheckedIOSpliterator<T> |