Interface IInputStreamSupplier

All Superinterfaces:
IThrowingSupplier<InputStream>, ITypedThrowingSupplier<InputStream, Exception>, Supplier<InputStream>
All Known Subinterfaces:
ISerializableInputStreamSupplier
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IInputStreamSupplier extends IThrowingSupplier<InputStream>
A supplier for an InputStream that can throw.
Since:
8.5.0