C# Class natix.CompactDS.BinarySearchCoding64

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

Méthodes publiques

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

Method Details

BinarySearchCoding64() public méthode

public BinarySearchCoding64 ( ) : System
Résultat System

BinarySearchCoding64() public méthode

public BinarySearchCoding64 ( long maxvalue ) : System
maxvalue long
Résultat System

Decode() public méthode

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

Decode() public méthode

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

Encode() public méthode

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

Encode() public méthode

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