|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DownloadedContent
Wrapper for content downloaded from a remote server.
| Nested Class Summary | |
|---|---|
static class |
DownloadedContent.InMemory
Implementation keeping content in memory. |
static class |
DownloadedContent.OnFile
Implementation keeping content on the file system. |
| Method Summary | |
|---|---|
InputStream |
getInputStream()
Returns a new InputStream allowing to read the downloaded content. |
| Method Detail |
|---|
InputStream getInputStream()
throws IOException
InputStream allowing to read the downloaded content.
IOException - in case of problem accessing the content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||