public static class DownloadedContent.OnFile extends Object implements DownloadedContent
DownloadedContent.InMemory, DownloadedContent.OnFile, DownloadedContent.OnTempFile| Constructor and Description |
|---|
DownloadedContent.OnFile(File file) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
Returns a new
InputStream allowing to read the downloaded content. |
public DownloadedContent.OnFile(File file)
public InputStream getInputStream() throws FileNotFoundException
DownloadedContentInputStream allowing to read the downloaded content.getInputStream in interface DownloadedContentFileNotFoundExceptionCopyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.