C# Class natix.CompactDS.BinaryCoding

Uses a small fixed number of bits to represent numbers. Truncated binary.
Inheritance: IIEncoder32
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Méthode Description
ArrayAdd ( BitStream32 Buffer, int val ) : void
ArrayGet ( BitStream32 Buffer, int pos ) : int
ArraySet ( BitStream32 Buffer, int pos, int val ) : void
BinaryCoding ( ) : System
BinaryCoding ( int numbits ) : System
Decode ( BitStream32 Buffer, BitStreamCtx ctx ) : int
Encode ( BitStream32 Buffer, int u ) : void
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void

Method Details

ArrayAdd() public méthode

public ArrayAdd ( BitStream32 Buffer, int val ) : void
Buffer BitStream32
val int
Résultat void

ArrayGet() public méthode

public ArrayGet ( BitStream32 Buffer, int pos ) : int
Buffer BitStream32
pos int
Résultat int

ArraySet() public méthode

public ArraySet ( BitStream32 Buffer, int pos, int val ) : void
Buffer BitStream32
pos int
val int
Résultat void

BinaryCoding() public méthode

public BinaryCoding ( ) : System
Résultat System

BinaryCoding() public méthode

public BinaryCoding ( int numbits ) : System
numbits int
Résultat System

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