C# Класс KFS.FileSystems.FAT.FileAllocationTable

Represents the File Allocation Table (FAT) in a FAT filesystem.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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