Uses of Interface
com.biglybt.core.html.HTMLPage
-
Packages that use HTMLPage Package Description com.biglybt.core.html com.biglybt.core.html.impl -
-
Uses of HTMLPage in com.biglybt.core.html
Methods in com.biglybt.core.html that return HTMLPage 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 HTMLPage in com.biglybt.core.html.impl
Classes in com.biglybt.core.html.impl that implement HTMLPage Modifier and Type Class Description class
HTMLPageImpl
-