C# Class KFS.FileSystems.FAT.FileAllocationTable

Represents the File Allocation Table (FAT) in a FAT filesystem.
Show file Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Public Methods

Method Description
FileAllocationTable ( IFileSystemStore store, long fatOffset, long fatSizeInBytes, PartitionType type ) : System

Reads the File Allocation Table of a FAT filesystem.

GetEntry ( long N ) : uint

Private Methods

Method Description
GetEntryFromDisk ( long N ) : uint

Method Details

FileAllocationTable() public method

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
return System

GetEntry() public method

public GetEntry ( long N ) : uint
N long
return uint