C# Class KFS.FileSystems.NTFS.FolderNTFS

A folder (directory) node in the NTFS filesystem.
Inheritance: Folder, IDescribable
Mostra file Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Private Properties

Property Type Description
loadChildrenIndexRoot void

Public Methods

Method Description
Close ( ) : void
FolderNTFS ( MFTRecord record, string path, bool isRoot = false ) : KFS.DataStream
GetBytes ( ulong offset, ulong length ) : byte[]
GetChildren ( ) : IEnumerable
GetChildren ( string name ) : IEnumerable
Open ( ) : void
ReloadChildren ( ) : void

Private Methods

Method Description
loadChildrenIndexRoot ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

FolderNTFS() public method

public FolderNTFS ( MFTRecord record, string path, bool isRoot = false ) : KFS.DataStream
record MFTRecord
path string
isRoot bool
return KFS.DataStream

GetBytes() public method

public GetBytes ( ulong offset, ulong length ) : byte[]
offset ulong
length ulong
return byte[]

GetChildren() public method

public GetChildren ( ) : IEnumerable
return IEnumerable

GetChildren() public method

public GetChildren ( string name ) : IEnumerable
name string
return IEnumerable

Open() public method

public Open ( ) : void
return void

ReloadChildren() public method

public ReloadChildren ( ) : void
return void