org.gudy.azureus2.core3.html
Class HTMLPageFactory

java.lang.Object
  extended by org.gudy.azureus2.core3.html.HTMLPageFactory

public class HTMLPageFactory
extends Object


Constructor Summary
HTMLPageFactory()
           
 
Method Summary
static HTMLPage loadPage(InputStream is)
           
static HTMLPage loadPage(InputStream is, boolean close_file)
           
static HTMLPage loadPage(InputStream is, String charset)
           
static HTMLPage loadPage(InputStream is, String charset, boolean close_file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLPageFactory

public HTMLPageFactory()
Method Detail

loadPage

public static HTMLPage loadPage(InputStream is)
                         throws HTMLException
Throws:
HTMLException

loadPage

public static HTMLPage loadPage(InputStream is,
                                String charset)
                         throws HTMLException
Throws:
HTMLException

loadPage

public static HTMLPage loadPage(InputStream is,
                                boolean close_file)
                         throws HTMLException
Throws:
HTMLException

loadPage

public static HTMLPage loadPage(InputStream is,
                                String charset,
                                boolean close_file)
                         throws HTMLException
Throws:
HTMLException