Search
Preparing search index...
The search index is not available
BrowserFS
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"generic/file_index"
FileInode
Class FileInode<T>
Inode for a file. Stores an arbitrary (filesystem-specific) data payload.
Type parameters
T
Hierarchy
FileInode
Implements
Inode
Index
Constructors
constructor
Methods
get
Data
is
Dir
is
File
set
Data
Constructors
constructor
new
File
Inode
(
data
:
T
)
:
FileInode
Parameters
data:
T
Returns
FileInode
Methods
get
Data
get
Data
(
)
:
T
Returns
T
is
Dir
is
Dir
(
)
:
boolean
Returns
boolean
is
File
is
File
(
)
:
boolean
Returns
boolean
set
Data
set
Data
(
data
:
T
)
:
void
Parameters
data:
T
Returns
void
Globals
"generic/file_
index"
Dir
Inode
File
Index
File
Inode
constructor
get
Data
is
Dir
is
File
set
Data
Inode
Generated using
TypeDoc
Inode for a file. Stores an arbitrary (filesystem-specific) data payload.