Class UncheckedIOBaseStream<T,S extends IOBaseStream<T,S,B>,B extends BaseStream<T,B>>

java.lang.Object
org.apache.commons.io.function.UncheckedIOBaseStream<T,S,B>
Type Parameters:
T - the type of the stream elements.
S - the type of the IO stream extending IOBaseStream.
B - the type of the stream extending BaseStream.
All Implemented Interfaces:
AutoCloseable, BaseStream<T,B>

final class UncheckedIOBaseStream<T,S extends IOBaseStream<T,S,B>,B extends BaseStream<T,B>> extends Object implements BaseStream<T,B>
An BaseStream for a IOBaseStream that throws UncheckedIOException instead of IOException. Keep package-private for now.