C# Class VirtualFileSystem._INode

Show file Open project: SummerWish/vfs Class Usage Examples

Public Properties

Property Type Description
accessTime System.UInt64
blockPreserved System.UInt32
creationTime System.UInt64
flags System.UInt32
linkCount System.UInt32
modifyTime System.UInt64
owner System.UInt32
sizeByte System.UInt32

Public Methods

Method Description
_INode ( UInt32 flags, UInt32 owner ) : System

初始化一个全新的 inode

Method Details

_INode() public method

初始化一个全新的 inode
public _INode ( UInt32 flags, UInt32 owner ) : System
flags System.UInt32
owner System.UInt32
return System

Property Details

accessTime public property

最后访问时间戳
public UInt64,System accessTime
return System.UInt64

blockPreserved public property

当前 inode 已预留多少个数据块
public UInt32,System blockPreserved
return System.UInt32

creationTime public property

创建时间戳
public UInt64,System creationTime
return System.UInt64

flags public property

属性,最低位0代表是文件,最低位1代表是目录
public UInt32,System flags
return System.UInt32

linkCount public property

链接数
public UInt32,System linkCount
return System.UInt32

modifyTime public property

最后修改时间戳
public UInt64,System modifyTime
return System.UInt64

owner public property

所有者 ID
public UInt32,System owner
return System.UInt32

sizeByte public property

文件大小,字节为单位
public UInt32,System sizeByte
return System.UInt32