Protected
_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
File class for the InMemory and XHR file systems. Doesn't sync to anything, so it works nicely for memory-only files.