C# Класс Mosa.FileSystem.FAT.Find.ByCluster

Наследование: FatFileSystem.ICompare
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
cluster uint

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

Метод Описание
ByCluster ( uint cluster ) : Mosa.ClassLib

Initializes a new instance of the ByCluster class.

Compare ( byte data, uint offset, FatType type ) : bool

Compares the specified data.

Описание методов

ByCluster() публичный Метод

Initializes a new instance of the ByCluster class.
public ByCluster ( uint cluster ) : Mosa.ClassLib
cluster uint The cluster.
Результат Mosa.ClassLib

Compare() публичный Метод

Compares the specified data.
public Compare ( byte data, uint offset, FatType type ) : bool
data byte The data.
offset uint The offset.
type FatType The type.
Результат bool

Описание свойств

cluster защищенное свойство

protected uint cluster
Результат uint