Interface LazyInputStreamFileResult.InputStreamSupplier
- Enclosing class:
LazyInputStreamFileResult
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for supplier of
InputStream instances.- Since:
- 24.10
-
Method Summary
-
Method Details
-
get
Returns input stream.- Returns:
- input stream.
- Throws:
Exception- in case of errors.
-