Interface IOStream<T>

Type Parameters:
T - the type of the stream elements.
All Superinterfaces:
AutoCloseable, Closeable, IOBaseStream<T,IOStream<T>,Stream<T>>

public interface IOStream<T> extends IOBaseStream<T,IOStream<T>,Stream<T>>
Like Stream but throws IOException.
Since:
2.12.0