FileSystemModule.readBufferFromFile(filename) Method (JS)
Asynchronously reads a file and returns a Promise of an ArrayBuffer with its contents.
Example
Location
- Namespace
- Fuse.FileSystem
- Package
- Fuse.FileSystem 2.9.1
Returns
Promise
A Promise of the file's contents as an ArrayBuffer.