C# Class KFS.FileSystems.NTFS.FolderNTFS

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

Private Properties

Свойство Type Description
loadChildrenIndexRoot void

Méthodes publiques

Méthode 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

Méthode Description
loadChildrenIndexRoot ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

FolderNTFS() public méthode

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

GetBytes() public méthode

public GetBytes ( ulong offset, ulong length ) : byte[]
offset ulong
length ulong
Résultat byte[]

GetChildren() public méthode

public GetChildren ( ) : IEnumerable
Résultat IEnumerable

GetChildren() public méthode

public GetChildren ( string name ) : IEnumerable
name string
Résultat IEnumerable

Open() public méthode

public Open ( ) : void
Résultat void

ReloadChildren() public méthode

public ReloadChildren ( ) : void
Résultat void