Package elemental2.dom
Class File
- java.lang.Object
-
- elemental2.dom.Blob
-
- elemental2.dom.File
-
@JsType(isNative=true, namespace="<global>") public class File extends Blob
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
File.ConstructorContentsArrayUnionType
-
Nested classes/interfaces inherited from class elemental2.dom.Blob
Blob.ConstructorBlobPartsArrayUnionType
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
fileName
Deprecated.java.lang.String
fileSize
Deprecated.double
lastModified
elemental2.core.JsDate
lastModifiedDate
java.lang.String
name
-
Constructor Summary
Constructors Constructor Description File()
File(elemental2.core.JsArray<File.ConstructorContentsArrayUnionType> contents)
File(elemental2.core.JsArray<File.ConstructorContentsArrayUnionType> contents, java.lang.String name)
File(elemental2.core.JsArray<File.ConstructorContentsArrayUnionType> contents, java.lang.String name, FilePropertyBag properties)
File(File.ConstructorContentsArrayUnionType[] contents)
File(File.ConstructorContentsArrayUnionType[] contents, java.lang.String name)
File(File.ConstructorContentsArrayUnionType[] contents, java.lang.String name, FilePropertyBag properties)
-
-
-
Constructor Detail
-
File
public File()
-
File
public File(File.ConstructorContentsArrayUnionType[] contents, java.lang.String name, FilePropertyBag properties)
-
File
public File(File.ConstructorContentsArrayUnionType[] contents, java.lang.String name)
-
File
public File(File.ConstructorContentsArrayUnionType[] contents)
-
File
public File(elemental2.core.JsArray<File.ConstructorContentsArrayUnionType> contents, java.lang.String name, FilePropertyBag properties)
-
File
public File(elemental2.core.JsArray<File.ConstructorContentsArrayUnionType> contents, java.lang.String name)
-
File
public File(elemental2.core.JsArray<File.ConstructorContentsArrayUnionType> contents)
-
-