C# Class CSPspEmu.Hle.Formats.audio.At3.SUB.MaiBitReader

Inheritance: IDisposable
Show file Open project: soywiz/cspspemu Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
MaiBitReader ( int byte_buf_size, int type = MaiBitReaderTypeHigh ) : System
addData ( byte src, int len_s ) : int
getRemainingBitsNum ( ) : int
getWithI32Buffer ( int bnum, bool get_then_del_in_buf = true ) : int
moreByte ( ) : bool

Private Methods

Method Description
_addData ( byte src, int len_s ) : int
_getWithI32Buffer ( int bnum, bool get_then_del_in_buf = true ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MaiBitReader() public method

public MaiBitReader ( int byte_buf_size, int type = MaiBitReaderTypeHigh ) : System
byte_buf_size int
type int
return System

addData() public method

public addData ( byte src, int len_s ) : int
src byte
len_s int
return int

getRemainingBitsNum() public method

public getRemainingBitsNum ( ) : int
return int

getWithI32Buffer() public method

public getWithI32Buffer ( int bnum, bool get_then_del_in_buf = true ) : int
bnum int
get_then_del_in_buf bool
return int

moreByte() public method

public moreByte ( ) : bool
return bool