C# 클래스 natix.CompactDS.FakeBitmap

상속: natix.CompactDS.RankSelectBase
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
B BitStream32

공개 메소드들

메소드 설명
Access ( int i ) : bool
AssertEquality ( Bitmap other ) : void
FakeBitmap ( ) : System
FakeBitmap ( BitStream32 B ) : System
GetGGMN ( short step ) : GGMN
Load ( BinaryReader br ) : void
Rank1 ( int i ) : int
Save ( BinaryWriter bw ) : void
Select1 ( int i ) : int
Write ( bool b ) : void

메소드 상세

Access() 공개 메소드

public Access ( int i ) : bool
i int
리턴 bool

AssertEquality() 공개 메소드

public AssertEquality ( Bitmap other ) : void
other Bitmap
리턴 void

FakeBitmap() 공개 메소드

public FakeBitmap ( ) : System
리턴 System

FakeBitmap() 공개 메소드

public FakeBitmap ( BitStream32 B ) : System
B BitStream32
리턴 System

GetGGMN() 공개 메소드

public GetGGMN ( short step ) : GGMN
step short
리턴 GGMN

Load() 공개 메소드

public Load ( BinaryReader br ) : void
br System.IO.BinaryReader
리턴 void

Rank1() 공개 메소드

public Rank1 ( int i ) : int
i int
리턴 int

Save() 공개 메소드

public Save ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void

Select1() 공개 메소드

public Select1 ( int i ) : int
i int
리턴 int

Write() 공개 메소드

public Write ( bool b ) : void
b bool
리턴 void

프로퍼티 상세

B 공개적으로 프로퍼티

public BitStream32,natix.CompactDS B
리턴 BitStream32