ndn6-file-server client wrapped as ZenFS backend.
This backend only supports async operations.
Opens the file at path with flag. The file must exist.
path
flag
The path to open.
The flag to use when opening the file.
Reads into a buffer
The buffer to read into. You must set the byteOffset and byteLength appropriately!
byteOffset
byteLength
The offset into the file to start reading from
The position in the file to stop reading
ndn6-file-server client wrapped as ZenFS backend.
Remarks
This backend only supports async operations.