C# Class Mosa.FileSystem.FAT.Find.ByCluster

Inheritance: FatFileSystem.ICompare
Afficher le fichier Open project: tgiphil/MOSA-Project

Protected Properties

Свойство Type Description
cluster uint

Méthodes publiques

Méthode Description
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.

Method Details

ByCluster() public méthode

Initializes a new instance of the ByCluster class.
public ByCluster ( uint cluster ) : Mosa.ClassLib
cluster uint The cluster.
Résultat Mosa.ClassLib

Compare() public méthode

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.
Résultat bool

Property Details

cluster protected_oe property

protected uint cluster
Résultat uint