Interface StreamSource
- All Known Implementing Classes:
ClassPathStreamSource,FileStreamSource
public interface StreamSource
-
Method Summary
Modifier and Type Method Description InputStreamcreateInputStream()StringgetFileName()
-
Method Details
-
getFileName
String getFileName() -
createInputStream
- Throws:
IOException
-