Interface IOBaseStream<T,S extends IOBaseStream<T,S,B>,B extends BaseStream<T,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 Superinterfaces:
AutoCloseable, Closeable
All Known Subinterfaces:
IOStream<T>

public interface IOBaseStream<T,S extends IOBaseStream<T,S,B>,B extends BaseStream<T,B>> extends Closeable
Like BaseStream but throws IOException.
Since:
2.12.0