C# Class natix.CompactDS.BinarySearchCoding64

Inheritance: IIEncoder64
Mostrar archivo Open project: sadit/natix Class Usage Examples

Public Methods

Method 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 method

public BinarySearchCoding64 ( ) : System
return System

BinarySearchCoding64() public method

public BinarySearchCoding64 ( long maxvalue ) : System
maxvalue long
return System

Decode() public method

public Decode ( BitStream32 stream, BitStreamCtx ctx ) : long
stream BitStream32
ctx BitStreamCtx
return long

Decode() public method

public Decode ( BitStream32 stream, long N, BitStreamCtx ctx ) : long
stream BitStream32
N long
ctx BitStreamCtx
return long

Encode() public method

public Encode ( BitStream32 stream, long u ) : void
stream BitStream32
u long
return void

Encode() public method

public Encode ( BitStream32 stream, long u, long N ) : void
stream BitStream32
u long
N long
return void

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void

Save() public method

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
return void