Package elemental2.dom
Class FileSystemFileEntry
java.lang.Object
elemental2.dom.FileSystemEntry
elemental2.dom.FileSystemFileEntry
@JsType(isNative=true,
namespace="<global>")
public class FileSystemFileEntry
extends FileSystemEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfaceNested classes/interfaces inherited from class elemental2.dom.FileSystemEntry
FileSystemEntry.GetParentErrorCallbackFn, FileSystemEntry.GetParentSuccessCallbackFn -
Field Summary
Fields inherited from class elemental2.dom.FileSystemEntry
filesystem, fullPath, isDirectory, isFile, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfile(FileSystemFileEntry.FileSuccessCallbackFn successCallback) voidfile(FileSystemFileEntry.FileSuccessCallbackFn successCallback, FileSystemFileEntry.FileErrorCallbackFn errorCallback) Methods inherited from class elemental2.dom.FileSystemEntry
getParent, getParent, getParent
-
Constructor Details
-
FileSystemFileEntry
public FileSystemFileEntry()
-
-
Method Details
-
file
public void file(FileSystemFileEntry.FileSuccessCallbackFn successCallback, FileSystemFileEntry.FileErrorCallbackFn errorCallback) -
file
-