Interface ResourceStreamProvider
- All Known Subinterfaces:
IoResource<T>
- All Known Implementing Classes:
AbstractIoResource,ClassLoaderResource,PathResource,URIResource,URLResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
openInputStream
- Returns:
- an
InputStreamfor the resource's data - Throws:
IOException- If failed to open the stream
-