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 class
Blob.InMemoryBackend
private static class
File.FileBackend
Fields in org.htmlunit.javascript.host.file declared as Blob.Backend Modifier and Type Field Description private Blob.Backend
Blob. backend_
Methods in org.htmlunit.javascript.host.file that return Blob.Backend Modifier and Type Method Description protected Blob.Backend
Blob. getBackend()
Methods in org.htmlunit.javascript.host.file with parameters of type Blob.Backend Modifier and Type Method Description protected void
Blob. setBackend(Blob.Backend backend)
-