C# Class KFS.FileSystems.NTFS.FileNTFS

A file node in the NTFS filesystem.
Inheritance: File, IDescribable
Afficher le fichier Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
FileNTFS ( MFTRecord record, MFTAttribute attr, string path ) : KFS.DataStream

The constructor for a file contained as a hidden data stream.

FileNTFS ( MFTRecord record, string path ) : KFS.DataStream
GetBytes ( ulong offset, ulong length ) : byte[]
GetRuns ( ) : IEnumerable

Gets a list of the on-disk runs of this NTFSFile. Returns null if resident.

Open ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

FileNTFS() public méthode

The constructor for a file contained as a hidden data stream.
public FileNTFS ( MFTRecord record, MFTAttribute attr, string path ) : KFS.DataStream
record MFTRecord
attr MFTAttribute
path string
Résultat KFS.DataStream

FileNTFS() public méthode

public FileNTFS ( MFTRecord record, string path ) : KFS.DataStream
record MFTRecord
path string
Résultat KFS.DataStream

GetBytes() public méthode

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

GetRuns() public méthode

Gets a list of the on-disk runs of this NTFSFile. Returns null if resident.
public GetRuns ( ) : IEnumerable
Résultat IEnumerable

Open() public méthode

public Open ( ) : void
Résultat void