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

Inheritance: FAT.ICompare
显示文件 Open project: sharpos/SharpOS

Protected Properties

Property Type Description
cluster uint

Public Methods

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

Method Details

Compare() public method

public Compare ( byte data, uint offset, FATType type ) : bool
data byte
offset uint
type FATType
return bool

FatMatchClusterComparer() public method

public FatMatchClusterComparer ( uint cluster ) : System
cluster uint
return System

Property Details

cluster protected_oe property

protected uint cluster
return uint