C# Class natix.CompactDS.EliasGamma32

Inheritance: IIEncoder32
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( BitStream32 Buffer, BitStreamCtx ctx ) : int
Encode ( BitStream32 Buffer, int u ) : void
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void

Stores the number of zeros at the beggining

Private Methods

Méthode Description
EliasGamma32 ( ) : System

Method Details

Decode() public méthode

public Decode ( BitStream32 Buffer, BitStreamCtx ctx ) : int
Buffer BitStream32
ctx BitStreamCtx
Résultat int

Encode() public méthode

public Encode ( BitStream32 Buffer, int u ) : void
Buffer BitStream32
u int
Résultat void

Load() public méthode

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

Save() public méthode

Stores the number of zeros at the beggining
public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void