com.gargoylesoftware.htmlunit
Class DownloadedContent.InMemory
java.lang.Object
   com.gargoylesoftware.htmlunit.DownloadedContent.InMemory
com.gargoylesoftware.htmlunit.DownloadedContent.InMemory
- All Implemented Interfaces: 
- DownloadedContent, Serializable
- Enclosing interface:
- DownloadedContent
- public static class DownloadedContent.InMemory 
- extends Object- implements DownloadedContent
Implementation keeping content in memory.
- See Also:
- Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DownloadedContent.InMemory
public DownloadedContent.InMemory(byte[] byteArray)
getInputStream
public InputStream getInputStream()
- Description copied from interface: DownloadedContent
- Returns a new InputStreamallowing to read the downloaded content.
 
- 
- Specified by:
- getInputStreamin interface- DownloadedContent
 
- 
- Returns:
- the InputStream
 
Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.