C# 클래스 natix.CompactDS.RankSelectBlocks

상속: natix.CompactDS.RankSelectBase
파일 보기 프로젝트 열기: sadit/natix

공개 메소드들

메소드 설명
Access ( int i ) : bool
AssertEquality ( Bitmap obj ) : void
Load ( BinaryReader reader ) : void
Rank1 ( int bit_index ) : int
RankSelectBlocks ( ) : System
RankSelectBlocks ( BitStream32 bitmap, short superBlockSize, short blockSize ) : System
Save ( BinaryWriter bw ) : void
Select1 ( int I ) : int

비공개 메소드들

메소드 설명
SelectBackend ( int I, int AbsRank, short RelRank, uint bitmap ) : int
SetState ( uint bitblocks, int numbits, short superBlockSize, short blockSize, int superBlocks, short blocks ) : void
_Rank0_Abs ( int i ) : int
_Rank0_Rel ( int i ) : short

메소드 상세

Access() 공개 메소드

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

AssertEquality() 공개 메소드

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

Load() 공개 메소드

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

Rank1() 공개 메소드

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

RankSelectBlocks() 공개 메소드

public RankSelectBlocks ( ) : System
리턴 System

RankSelectBlocks() 공개 메소드

public RankSelectBlocks ( BitStream32 bitmap, short superBlockSize, short blockSize ) : System
bitmap BitStream32
superBlockSize short
blockSize short
리턴 System

Save() 공개 메소드

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

Select1() 공개 메소드

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