Optional
contents: Uint8ArrayProtected
_bufferProtected
_dirtyProtected
_flagProtected
_fsProtected
_pathProtected
_posProtected
_statGet the current file position.
We emulate the following bug mentioned in the Node documentation:
On Linux, positional writes don't work when the file is opened in append mode. The kernel ignores the position argument and always appends the data to the end of the file.
[Number] The current file position.
Protected
isProtected
resetGenerated using TypeDoc
Advance the current file position by the indicated number of positions.