C# 클래스 KFS.FileSystems.NTFS.FileNTFS

A file node in the NTFS filesystem.
상속: File, IDescribable
파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

FileNTFS() 공개 메소드

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
리턴 KFS.DataStream

FileNTFS() 공개 메소드

public FileNTFS ( MFTRecord record, string path ) : KFS.DataStream
record MFTRecord
path string
리턴 KFS.DataStream

GetBytes() 공개 메소드

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

GetRuns() 공개 메소드

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

Open() 공개 메소드

public Open ( ) : void
리턴 void