Uses of Class
org.htmlunit.javascript.host.file.Blob.InMemoryBackend
-
Packages that use Blob.InMemoryBackend 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.InMemoryBackend in org.htmlunit.javascript.host.file
Methods in org.htmlunit.javascript.host.file that return Blob.InMemoryBackend Modifier and Type Method Description protected static Blob.InMemoryBackend
Blob.InMemoryBackend. create(org.htmlunit.corejs.javascript.NativeArray fileBits, java.lang.String fileName, java.lang.String type, long lastModified)
-