|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.DownloadedContent.OnFile
public static class DownloadedContent.OnFile
Implementation keeping content on the file system.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.gargoylesoftware.htmlunit.DownloadedContent |
---|
DownloadedContent.InMemory, DownloadedContent.OnFile, DownloadedContent.OnTempFile |
Constructor Summary | |
---|---|
DownloadedContent.OnFile(java.io.File file)
|
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Returns a new InputStream allowing to read the downloaded content. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DownloadedContent.OnFile(java.io.File file)
Method Detail |
---|
public java.io.InputStream getInputStream() throws java.io.FileNotFoundException
DownloadedContent
InputStream
allowing to read the downloaded content.
getInputStream
in interface DownloadedContent
java.io.FileNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |