Methods
| Modifier and Type |
Method and Description |
void |
close() |
protected static Blob |
create(com.google.gwt.typedarrays.shared.ArrayBuffer b,
String t) |
protected static Blob |
create(com.google.gwt.typedarrays.shared.ArrayBufferView b,
String t) |
protected static Blob |
create(Blob b,
String t) |
protected static Blob |
create(com.google.gwt.core.client.JsArrayMixed b,
String t) |
protected static Blob |
create(String b,
String t) |
static Blob |
createIfSupported(com.google.gwt.typedarrays.shared.ArrayBuffer body,
String type) |
static Blob |
createIfSupported(com.google.gwt.typedarrays.shared.ArrayBufferView body,
String type) |
static Blob |
createIfSupported(Blob body,
String type) |
static Blob |
createIfSupported(com.google.gwt.core.client.JsArrayMixed body,
String type) |
static Blob |
createIfSupported(String body,
String type) |
double |
getSize() |
String |
getType() |
static boolean |
isSupported() |
Blob |
slice() |
Blob |
slice(int start) |
Blob |
slice(int start,
int end) |
Blob |
slice(int start,
int end,
String contentType) |