C# Class natix.CompactDS.EliasDelta64

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

Méthodes publiques

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

Method Details

Decode() public méthode

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

EliasDelta64() public méthode

public EliasDelta64 ( ) : System
Résultat System

Encode() public méthode

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