Package | Description |
---|---|
net.java.html.lib.dom |
Modifier and Type | Class and Description |
---|---|
class |
File |
Modifier and Type | Method and Description |
---|---|
static Blob |
Blob.$as(Object obj) |
static Blob |
MSApp.createBlobFromRandomAccessStream(String type,
Object seeker) |
Blob |
MSBlobBuilder.getBlob() |
Blob |
MSBlobBuilder.getBlob(String contentType) |
Blob |
HTMLCanvasElement.msToBlob()
Returns a blob object encoded as a Portable Network Graphics (PNG) format from a canvas image or drawing.
|
Blob |
Blob.slice() |
Blob |
Blob.slice(double start) |
Blob |
Blob.slice(double start,
double end) |
Blob |
Blob.slice(double start,
double end,
String contentType) |
Modifier and Type | Method and Description |
---|---|
void |
FileReader.readAsArrayBuffer(Blob blob) |
void |
FileReader.readAsBinaryString(Blob blob) |
void |
FileReader.readAsDataURL(Blob blob) |
void |
FileReader.readAsText(Blob blob) |
void |
FileReader.readAsText(Blob blob,
String encoding) |
Copyright © 2018. All rights reserved.