C# Class SharpOS.Kernel.FileSystem.FATFileSystem.FAT.FatMatchClusterComparer

Inheritance: FAT.ICompare
Afficher le fichier Open project: sharpos/SharpOS

Protected Properties

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

Méthodes publiques

Méthode Description
Compare ( byte data, uint offset, FATType type ) : bool
FatMatchClusterComparer ( uint cluster ) : System

Method Details

Compare() public méthode

public Compare ( byte data, uint offset, FATType type ) : bool
data byte
offset uint
type FATType
Résultat bool

FatMatchClusterComparer() public méthode

public FatMatchClusterComparer ( uint cluster ) : System
cluster uint
Résultat System

Property Details

cluster protected_oe property

protected uint cluster
Résultat uint