C# Class org.diracvideo.Jirac.Arithmetic

Mostra file Open project: mono/csdirac Class Usage Examples

Public Methods

Method Description
Arithmetic ( Buffer b )
Arithmetic ( byte d )
BytesLeft ( ) : int
DecodeBit ( int context ) : int
DecodeBool ( int context ) : bool
DecodeSint ( int cont, int val, int sign ) : int
DecodeUint ( int cont, int val ) : int

Private Methods

Method Description
DecodeInit ( ) : void

Method Details

Arithmetic() public method

public Arithmetic ( Buffer b )
b Buffer

Arithmetic() public method

public Arithmetic ( byte d )
d byte

BytesLeft() public method

public BytesLeft ( ) : int
return int

DecodeBit() public method

public DecodeBit ( int context ) : int
context int
return int

DecodeBool() public method

public DecodeBool ( int context ) : bool
context int
return bool

DecodeSint() public method

public DecodeSint ( int cont, int val, int sign ) : int
cont int
val int
sign int
return int

DecodeUint() public method

public DecodeUint ( int cont, int val ) : int
cont int
val int
return int