C# 클래스 KFS.FileSystems.FAT.FileAllocationTable

Represents the File Allocation Table (FAT) in a FAT filesystem.
파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover 1 사용 예제들

공개 메소드들

메소드 설명
FileAllocationTable ( IFileSystemStore store, long fatOffset, long fatSizeInBytes, PartitionType type ) : System

Reads the File Allocation Table of a FAT filesystem.

GetEntry ( long N ) : uint

비공개 메소드들

메소드 설명
GetEntryFromDisk ( long N ) : uint

메소드 상세

FileAllocationTable() 공개 메소드

Reads the File Allocation Table of a FAT filesystem.
public FileAllocationTable ( IFileSystemStore store, long fatOffset, long fatSizeInBytes, PartitionType type ) : System
store IFileSystemStore
fatOffset long
fatSizeInBytes long
type PartitionType
리턴 System

GetEntry() 공개 메소드

public GetEntry ( long N ) : uint
N long
리턴 uint