|
||||||||||
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. |
static class |
DownloadedContent.OnTempFile
|
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Returns a new InputStream allowing to read the downloaded content. |
Method Detail |
---|
java.io.InputStream getInputStream() throws java.io.IOException
InputStream
allowing to read the downloaded content.
java.io.IOException
- in case of problem accessing the content
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |