Protected
_handlesProtected
Optional
Internal
_mountReadonly
attributesReadonly
idA unique ID for this kind of file system. Currently unused internally, but could be used for partition tables or something
Readonly
indexOptional
labelReadonly
nameThe name for this file system. For example, tmpfs for an in memory one
Protected
_removeProtected
createAbstract
createProtected
getOptional
syscall: stringAbstract
linkAbstract
mkdirAbstract
openReads into a buffer
The buffer to read into. You must set the byteOffset
and byteLength
appropriately!
The offset into the file to start reading from
The position in the file to stop reading
Abstract
readdirAbstract
readReads into a buffer
The buffer to read into. You must set the byteOffset
and byteLength
appropriately!
The offset into the file to start reading from
The position in the file to stop reading
Protected
removeAbstract
renameAbstract
rmdirAbstract
statProtected
Optional
syncProtected
Optional
syncAbstract
syncOptional
data: Uint8ArrayOptional
stats: Readonly<Partial<StatsLike>>Optional
data: Uint8ArrayOptional
stats: Readonly<InodeLike>Abstract
unlinkAbstract
write
The last place this file system was mounted