C# Class natix.CompactDS.BinarySearchCoding

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

Méthodes publiques

Méthode Description
BinarySearchCoding ( ) : System
BinarySearchCoding ( int size ) : System
Decode ( BitStream32 stream, BitStreamCtx ctx ) : int
Decode ( BitStream32 stream, int N, BitStreamCtx ctx ) : int
Encode ( BitStream32 stream, int u ) : void
Encode ( BitStream32 stream, int u, int N ) : void
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void

Method Details

BinarySearchCoding() public méthode

public BinarySearchCoding ( ) : System
Résultat System

BinarySearchCoding() public méthode

public BinarySearchCoding ( int size ) : System
size int
Résultat System

Decode() public méthode

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

Decode() public méthode

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

Encode() public méthode

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

Encode() public méthode

public Encode ( BitStream32 stream, int u, int N ) : void
stream BitStream32
u int
N 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