C# Class KFS.FileSystems.FileSystemNode

An abstract node of the filesystem tree.
Inheritance: IFileSystemNode
Afficher le fichier Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Méthodes publiques

Méthode Description
AsFile ( ) : IFile
AsFolder ( ) : IFolder
Close ( ) : void
GetBytes ( ulong offset, ulong length ) : byte[]
GetChildren ( ) : IEnumerable
GetChildren ( string name ) : IEnumerable
GetChildrenAtPath ( string path ) : IEnumerable
GetFileSystemNode ( ) : IFileSystemNode
Open ( ) : void
ReloadChildren ( ) : void
ToString ( ) : string

Private Methods

Méthode Description
Matches ( string expression, string s ) : bool

Method Details

AsFile() public méthode

public AsFile ( ) : IFile
Résultat IFile

AsFolder() public méthode

public AsFolder ( ) : IFolder
Résultat IFolder

Close() public abstract méthode

public abstract Close ( ) : void
Résultat void

GetBytes() public abstract méthode

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

GetChildren() public abstract méthode

public abstract GetChildren ( ) : IEnumerable
Résultat IEnumerable

GetChildren() public méthode

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

GetChildrenAtPath() public méthode

public GetChildrenAtPath ( string path ) : IEnumerable
path string
Résultat IEnumerable

GetFileSystemNode() public méthode

public GetFileSystemNode ( ) : IFileSystemNode
Résultat IFileSystemNode

Open() public abstract méthode

public abstract Open ( ) : void
Résultat void

ReloadChildren() public méthode

public ReloadChildren ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string