How to move a FileHandle's internal position without actually reading data?

前端 未结 0 1816
臣服心动
臣服心动 2021-01-05 07:42

I am trying to read a binary file byte by byte in Node using fs.open and FileHandle. Using FileHandle.read(buffer, offset, length, position)<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题