Uses of Class
org.htmlunit.javascript.host.file.Blob.Backend
-
Packages that use Blob.Backend Package Description org.htmlunit.javascript.host.file Implementations of the File JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of Blob.Backend in org.htmlunit.javascript.host.file
Subclasses of Blob.Backend in org.htmlunit.javascript.host.file Modifier and Type Class Description protected static classBlob.InMemoryBackendprivate static classFile.FileBackendFields in org.htmlunit.javascript.host.file declared as Blob.Backend Modifier and Type Field Description private Blob.BackendBlob. backend_Methods in org.htmlunit.javascript.host.file that return Blob.Backend Modifier and Type Method Description protected Blob.BackendBlob. getBackend()Methods in org.htmlunit.javascript.host.file with parameters of type Blob.Backend Modifier and Type Method Description protected voidBlob. setBackend(Blob.Backend backend)
-