|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.DownloadedContent.InMemory
public static class DownloadedContent.InMemory
Implementation keeping content in memory.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.gargoylesoftware.htmlunit.DownloadedContent |
|---|
DownloadedContent.InMemory, DownloadedContent.OnFile, DownloadedContent.OnTempFile |
| Constructor Summary | |
|---|---|
DownloadedContent.InMemory(byte[] byteArray)
|
|
| 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.InMemory(byte[] byteArray)
| Method Detail |
|---|
public java.io.InputStream getInputStream()
DownloadedContentInputStream allowing to read the downloaded content.
getInputStream in interface DownloadedContent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||