Uses of Class
org.htmlunit.javascript.host.file.Blob
-
Packages that use Blob Package Description org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.event Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't need anything in this package.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 in org.htmlunit.javascript.host.dom
Fields in org.htmlunit.javascript.host.dom with type parameters of type Blob Modifier and Type Field Description private java.util.Map<java.lang.String,Blob>Document. blobUrl2Blobs_Methods in org.htmlunit.javascript.host.dom that return Blob Modifier and Type Method Description BlobDocument. resolveBlobUrl(java.lang.String url)Methods in org.htmlunit.javascript.host.dom with parameters of type Blob Modifier and Type Method Description java.lang.StringDocument. generateBlobUrl(Blob blob)Generate and return the URL for the given blob. -
Uses of Blob in org.htmlunit.javascript.host.event
Fields in org.htmlunit.javascript.host.event declared as Blob Modifier and Type Field Description private BlobBlobEvent. data_The data passed when initializing the event.Methods in org.htmlunit.javascript.host.event that return Blob Modifier and Type Method Description BlobBlobEvent. getData()Methods in org.htmlunit.javascript.host.event with parameters of type Blob Modifier and Type Method Description protected voidBlobEvent. setDetail(Blob data)Sets the associated with the event. -
Uses of Blob in org.htmlunit.javascript.host.file
Subclasses of Blob in org.htmlunit.javascript.host.file Modifier and Type Class Description classFileA JavaScript object forFile.Methods in org.htmlunit.javascript.host.file that return Blob Modifier and Type Method Description BlobBlob. slice(java.lang.Object start, java.lang.Object end, java.lang.Object contentType)
-