Interface InputStreamLoader
- All Known Implementing Classes:
WebInputStreamLoader
public interface InputStreamLoader
The
InputStream loader for DownloadInfo-
Method Summary
Modifier and TypeMethodDescriptionload(DownloadInfo downloadInfo) Load theInputStreamfrom theDownloadInfo
-
Method Details
-
load
Load theInputStreamfrom theDownloadInfo- Parameters:
downloadInfo- theDownloadInfo- Returns:
- the
InputStream - Throws:
IOException
-