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 |
Method | Description | |
---|---|---|
GetEntryFromDisk ( long N ) : uint |
public FileAllocationTable ( IFileSystemStore store, long fatOffset, long fatSizeInBytes, PartitionType type ) : System | ||
store | IFileSystemStore | |
fatOffset | long | |
fatSizeInBytes | long | |
type | PartitionType | |
return | System |