Interface SupplierIO.InputStream

All Superinterfaces:
SupplierIO<InputStream>
Enclosing interface:
SupplierIO<T extends Closeable>

public static interface SupplierIO.InputStream extends SupplierIO<InputStream>
InputStream get()
Can be implemented as a lambda function. e.g. () -> new FileInputStream(file)