C# 클래스 SharpOS.Kernel.FileSystem.FATFileSystem.FAT.FatMatchClusterComparer

상속: FAT.ICompare
파일 보기 프로젝트 열기: sharpos/SharpOS

보호된 프로퍼티들

프로퍼티 타입 설명
cluster uint

공개 메소드들

메소드 설명
Compare ( byte data, uint offset, FATType type ) : bool
FatMatchClusterComparer ( uint cluster ) : System

메소드 상세

Compare() 공개 메소드

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

FatMatchClusterComparer() 공개 메소드

public FatMatchClusterComparer ( uint cluster ) : System
cluster uint
리턴 System

프로퍼티 상세

cluster 보호되어 있는 프로퍼티

protected uint cluster
리턴 uint