public class JsFileEntry extends JsEntry implements FileEntry
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsFileEntry() |
Modifier and Type | Method and Description |
---|---|
void |
createWriter(FileWriterCallback successCallback)
Creates a new
FileWriter associated with the file that the FileEntry represents. |
void |
createWriter(FileWriterCallback successCallback,
ErrorCallback errorCallback)
Creates a new
FileWriter associated with the file that the FileEntry represents. |
void |
file(FileCallback successCallback)
Returns a File that represents the current state of the file that this
FileEntry represents. |
void |
file(FileCallback successCallback,
ErrorCallback errorCallback)
Returns a File that represents the current state of the file that this
FileEntry represents. |
copyTo, copyTo, copyTo, copyTo, getFilesystem, getFullPath, getMetadata, getMetadata, getName, getParent, getParent, getParent, isDirectory, isFile, moveTo, moveTo, moveTo, moveTo, remove, remove, toURL
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copyTo, copyTo, copyTo, copyTo, getFilesystem, getFullPath, getMetadata, getMetadata, getName, getParent, getParent, getParent, isDirectory, isFile, moveTo, moveTo, moveTo, moveTo, remove, remove, toURL
intAt, length
numberAt
public final void createWriter(FileWriterCallback successCallback)
FileEntry
Creates a new FileWriter
associated with the file that the FileEntry
represents.
void createWriter ( in FileWriterCallback successCallback, optional ErrorCallback errorCallback );
FileWriter
.void
createWriter
in interface FileEntry
public final void createWriter(FileWriterCallback successCallback, ErrorCallback errorCallback)
FileEntry
Creates a new FileWriter
associated with the file that the FileEntry
represents.
void createWriter ( in FileWriterCallback successCallback, optional ErrorCallback errorCallback );
FileWriter
.void
createWriter
in interface FileEntry
public final void file(FileCallback successCallback)
FileEntry
Returns a File that represents the current state of the file that this FileEntry
represents.
void file ( FileCallback successCallback, optional ErrorCallback errorCallback );
FileWriter
.void
public final void file(FileCallback successCallback, ErrorCallback errorCallback)
FileEntry
Returns a File that represents the current state of the file that this FileEntry
represents.
void file ( FileCallback successCallback, optional ErrorCallback errorCallback );
FileWriter
.void
Copyright © 2018. All rights reserved.