C# 클래스 Mosa.FileSystem.FAT.Find.ByCluster

상속: FatFileSystem.ICompare
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 프로퍼티들

프로퍼티 타입 설명
cluster uint

공개 메소드들

메소드 설명
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.

메소드 상세

ByCluster() 공개 메소드

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

Compare() 공개 메소드

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.
리턴 bool

프로퍼티 상세

cluster 보호되어 있는 프로퍼티

protected uint cluster
리턴 uint