C# Class natix.CompactDS.FakeBitmap

Inheritance: natix.CompactDS.RankSelectBase
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Свойство Type Description
B BitStream32

Méthodes publiques

Méthode Description
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

Method Details

Access() public méthode

public Access ( int i ) : bool
i int
Résultat bool

AssertEquality() public méthode

public AssertEquality ( Bitmap other ) : void
other Bitmap
Résultat void

FakeBitmap() public méthode

public FakeBitmap ( ) : System
Résultat System

FakeBitmap() public méthode

public FakeBitmap ( BitStream32 B ) : System
B BitStream32
Résultat System

GetGGMN() public méthode

public GetGGMN ( short step ) : GGMN
step short
Résultat GGMN

Load() public méthode

public Load ( BinaryReader br ) : void
br System.IO.BinaryReader
Résultat void

Rank1() public méthode

public Rank1 ( int i ) : int
i int
Résultat int

Save() public méthode

public Save ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void

Select1() public méthode

public Select1 ( int i ) : int
i int
Résultat int

Write() public méthode

public Write ( bool b ) : void
b bool
Résultat void

Property Details

B public_oe property

public BitStream32,natix.CompactDS B
Résultat BitStream32