Interface FileContentProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides file content.
- Since:
- 2021.2.0
-
Method Summary
Modifier and TypeMethodDescriptiongetContent(Context ctx, Map<String, String> params) Returns an input stream providing file content.
-
Method Details
-
getContent
Returns an input stream providing file content.- Parameters:
ctx- Current contextparams- Configuration parameters- Returns:
- Input stream
- Throws:
IOException
-