C# Class natix.CompactDS.UnaryCoding

Inheritance: IIEncoder32
Afficher le fichier Open project: sadit/natix

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
UnaryCoding ( ) : 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

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

UnaryCoding() public méthode

public UnaryCoding ( ) : System
Résultat System