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

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
FatAnyExistComparer ( ) : System

Method Details

Compare() public method

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

FatAnyExistComparer() public method

public FatAnyExistComparer ( ) : System
return System

Property Details

cluster protected_oe property

protected uint cluster
return uint