Interface SerializableInputStreamSupplier
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A supplier for
InputStream that is serializable and can throw IOException.- Since:
- 8.5.0
-
Method Summary
-
Method Details
-
open
Opens a newInputStream.- Returns:
- The opened input stream.
- Throws:
IOException- If an I/O error occurs.
-