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

Encapsulates an NTFS filesystem.
상속: FileSystem
파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover 1 사용 예제들

공개 메소드들

메소드 설명
FileSystemNTFS ( IFileSystemStore store ) : KFS.Disks
GetRoot ( ) : FileSystemNode
GetSearchStrategies ( ) : List
GetSectorStatus ( ulong sectorNum ) : SectorStatus
SearchByMFT ( FileSystem callback, string searchPath ) : void
SearchByTree ( FileSystem callback, string searchPath ) : void

비공개 메소드들

메소드 설명
GetChanceOfRecovery ( FileSystemNode node ) : FileRecoveryStatus
GetClusterStatus ( ulong lcn ) : SectorStatus
LoadBPB ( ) : void
MftScan ( FileSystem callback ) : void
Visit ( FileSystem callback, FileSystemNode node ) : void

메소드 상세

FileSystemNTFS() 공개 메소드

public FileSystemNTFS ( IFileSystemStore store ) : KFS.Disks
store IFileSystemStore
리턴 KFS.Disks

GetRoot() 공개 메소드

public GetRoot ( ) : FileSystemNode
리턴 FileSystemNode

GetSearchStrategies() 공개 메소드

public GetSearchStrategies ( ) : List
리턴 List

GetSectorStatus() 공개 메소드

public GetSectorStatus ( ulong sectorNum ) : SectorStatus
sectorNum ulong
리턴 SectorStatus

SearchByMFT() 공개 메소드

public SearchByMFT ( FileSystem callback, string searchPath ) : void
callback FileSystem
searchPath string
리턴 void

SearchByTree() 공개 메소드

public SearchByTree ( FileSystem callback, string searchPath ) : void
callback FileSystem
searchPath string
리턴 void