Class IOStreamAdapter<T>

java.lang.Object
org.apache.commons.io.function.IOBaseStreamAdapter<T,IOStream<T>,Stream<T>>
org.apache.commons.io.function.IOStreamAdapter<T>
Type Parameters:
T - the type of the stream elements.
All Implemented Interfaces:
Closeable, AutoCloseable, IOBaseStream<T,IOStream<T>,Stream<T>>, IOStream<T>

final class IOStreamAdapter<T> extends IOBaseStreamAdapter<T,IOStream<T>,Stream<T>> implements IOStream<T>
Adapts an Stream as an IOStream. Keep package-private for now.