Protected
Optional
Internal
_mountThe last place this file system was mounted
Readonly
attributesReadonly
idA unique ID for this kind of file system. Currently unused internally, but could be used for partition tables or something
Optional
labelReadonly
nameThe name for this file system. For example, tmpfs for an in memory one
Readonly
rootThe root fs
element
Protected
addProtected
createAbstract
createProtected
getAbstract
linkAbstract
mkdirAbstract
openAbstract
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
Abstract
readdirReads 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
statAbstract
syncAbstract
unlinkAbstract
write
The root
fs
element