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

Inheritance: FatFileSystem.ICompare
Exibir arquivo Open project: tgiphil/MOSA-Project

Protected Properties

Property Type Description
cluster uint

Public Methods

Method 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 method

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

Compare() public method

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.
return bool

Property Details

cluster protected_oe property

protected uint cluster
return uint