org.osjava.scraping
Class NullPage

java.lang.Object
  extended byorg.osjava.scraping.AbstractPage
      extended byorg.osjava.scraping.NullPage
All Implemented Interfaces:
Page

public class NullPage
extends AbstractPage


Constructor Summary
NullPage()
           
 
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

NullPage

public NullPage()
Method Detail

read

public java.io.Reader read()
                    throws java.io.IOException
Specified by:
read in interface Page
Specified by:
read in class AbstractPage
Throws:
java.io.IOException


Copyright © 2003-2005 OSJava. All Rights Reserved.