Read-only file handle. Provides methods for reading and querying file size.
Readonly
Close the file handle.
Get file size in bytes.
Read data from the file.
Number of bytes or a preallocated buffer.
Optional
Optional at offset to read from.
at
A Promise resolving to an ArrayBuffer of read data.
Read-only file handle. Provides methods for reading and querying file size.