public abstract class FileBase extends JSBaseScriptableObject implements IFileObject
Modifier and Type | Field and Description |
---|---|
protected BufferedReader |
myBufferedReader
The BufferedReader.
|
protected BufferedWriter |
myBufferedWriter
The BufferedWriter.
|
protected org.json.JSONObject |
myErrorMessage
The error message that occurred during xmp writing.
|
protected java.io.File |
myFile
The underlying File object.
|
protected FileOutputStream |
myFileOutputStream
The FileOutputStream.
|
protected Xmp |
myXmp
The XMP metadata of the file.
|
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
kServerTypeAttribute
Constructor and Description |
---|
FileBase() |
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
jsFunction_getBufferedReader, jsFunction_getBufferedWriter, jsFunction_getFileOutputStream, jsFunction_writeXmp, jsGet_base64, jsGet_colorprofile, jsGet_colorspace, jsGet_errorMessage, jsGet_exists, jsGet_fileNameExtension, jsGet_format, jsGet_getFileContents, jsGet_height, jsGet_lastModified, jsGet_length, jsGet_name, jsGet_parent, jsGet_path, jsGet_resolution, jsGet_width, jsGet_xmp
protected Xmp myXmp
protected BufferedReader myBufferedReader
protected BufferedWriter myBufferedWriter
protected FileOutputStream myFileOutputStream
protected java.io.File myFile
protected org.json.JSONObject myErrorMessage
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.