Interface InputStreamSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for providing an InputStream.
Implementations should define how to obtain the InputStream.
-
Method Summary
-
Method Details
-
get
Gets an InputStream.- Returns:
- the InputStream
- Throws:
IOException
- if an I/O error occurs while obtaining the InputStream
-