|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.osjava.scraping.AbstractPage
org.osjava.scraping.MemoryPage
An in memory representation of a page. An alternative to this would be to have a Page that sits on top of a reader, but currently nothing bothers.
| Constructor Summary | |
MemoryPage(java.lang.String page,
java.lang.String type)
|
|
| Method Summary | |
java.io.Reader |
read()
|
| Methods inherited from class org.osjava.scraping.AbstractPage |
fetch, getDocumentBase, getType, readAsString, setDocumentBase, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MemoryPage(java.lang.String page,
java.lang.String type)
| Method Detail |
public java.io.Reader read()
throws java.io.IOException
read in interface Pageread in class AbstractPagejava.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||