public class File extends Blob
| Modifier | Constructor and Description |
|---|---|
protected |
File() |
| Modifier and Type | Method and Description |
|---|---|
protected static File |
create(Blob blob,
String fileName) |
static File |
createIfSupported(com.google.gwt.typedarrays.shared.ArrayBuffer body,
String type,
String fileName) |
static File |
createIfSupported(com.google.gwt.typedarrays.shared.ArrayBufferView body,
String type,
String fileName) |
static File |
createIfSupported(Blob blob,
String fileName) |
static File |
createIfSupported(com.google.gwt.core.client.JsArrayMixed body,
String type,
String fileName) |
static File |
createIfSupported(String body,
String type,
String fileName) |
com.google.gwt.core.client.JsDate |
getLastModifiedDate() |
String |
getName() |
static boolean |
isSupported() |
close, create, create, create, create, createIfSupported, createIfSupported, createIfSupported, createIfSupported, getSize, getType, slice, slice, slice, slicepublic final String getName()
public final com.google.gwt.core.client.JsDate getLastModifiedDate()
public static boolean isSupported()
public static File createIfSupported(com.google.gwt.core.client.JsArrayMixed body, String type, String fileName)
public static File createIfSupported(com.google.gwt.typedarrays.shared.ArrayBuffer body, String type, String fileName)
public static File createIfSupported(com.google.gwt.typedarrays.shared.ArrayBufferView body, String type, String fileName)
Copyright © 2015. All rights reserved.