Protected Optional_Protected Optional_ReadonlyblobThe Blob instance.
ReadonlyfileThe File instance.
ReadonlyidThe unique identifier of the instance.
Returns the data contained in the Blob as an ArrayBuffer. You need to call the "resolveArrayBuffer" method before accessing this property.
Returns the last modified date of the file.
Returns the data contained in the Blob as a string. You need to call the "resolveText" method before accessing this property.
Returns the data contained in the Blob as a Uint8Array. You need to call the "resolveArrayBuffer" or "resolveText" method before accessing this property.
StaticEMPTYReturns an empty AracnaFile instance.
Resolves the data contained in the Blob as an ArrayBuffer.
Resolves the data contained in the Blob as a string.
Optionalstart: numberOptionalend: numberOptionalcontentType: stringSerializes the instance into a JSON object.
The AracnaFile class extends the AracnaBlob class and is built on top of the File class.
Aracna Reference