C# Class VirtualFileSystem._INode

显示文件 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_oe property

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

blockPreserved public_oe property

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

creationTime public_oe property

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

flags public_oe property

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

linkCount public_oe property

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

modifyTime public_oe property

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

owner public_oe property

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

sizeByte public_oe property

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