Package | Description |
---|---|
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
void |
FileEntry.createWriter(FileWriterCallback successCallback)
Creates a new
FileWriter associated with the file that the FileEntry represents. |
void |
FileEntry.createWriter(FileWriterCallback successCallback,
ErrorCallback errorCallback)
Creates a new
FileWriter associated with the file that the FileEntry represents. |
Modifier and Type | Method and Description |
---|---|
void |
JsFileEntry.createWriter(FileWriterCallback successCallback) |
void |
JsFileEntry.createWriter(FileWriterCallback successCallback,
ErrorCallback errorCallback) |
Copyright © 2018. All rights reserved.