Uses of Class
com.biglybt.core.html.HTMLException
-
Packages that use HTMLException Package Description com.biglybt.core.html com.biglybt.core.html.impl -
-
Uses of HTMLException in com.biglybt.core.html
Methods in com.biglybt.core.html that throw HTMLException Modifier and Type Method Description static HTMLPage
HTMLPageFactory. loadPage(java.io.InputStream is)
static HTMLPage
HTMLPageFactory. loadPage(java.io.InputStream is, boolean close_file)
static HTMLPage
HTMLPageFactory. loadPage(java.io.InputStream is, java.lang.String charset)
static HTMLPage
HTMLPageFactory. loadPage(java.io.InputStream is, java.lang.String charset, boolean close_file)
-
Uses of HTMLException in com.biglybt.core.html.impl
Constructors in com.biglybt.core.html.impl that throw HTMLException Constructor Description HTMLPageImpl(java.io.InputStream is, java.lang.String charset, boolean close_file)
-