public interface DownloadedContent extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
DownloadedContent.InMemory
Implementation keeping content in memory.
|
static class |
DownloadedContent.OnFile
Implementation keeping content on the file system.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream()
Returns a new
InputStream allowing to read the downloaded content. |
InputStream getInputStream() throws IOException
InputStream
allowing to read the downloaded content.IOException
- in case of problem accessing the contentCopyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.