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